Skip to content

Commit

Permalink
Enable LBaaS2 in Horizon
Browse files Browse the repository at this point in the history
Install the python-neutron-lbaas-dashboard package if Ocata or greater
to enable LBaas2 in Horizon.

Change-Id: I89260ed4edf2b200be462ab05946ff88f21e429c
Closes-Bug: #1658105
  • Loading branch information
thedac committed May 24, 2017
1 parent 3b31754 commit 65d5003
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hooks/horizon_utils.py
Expand Up @@ -279,6 +279,8 @@ def determine_packages():
# Really should be handled as a dep in the openstack-dashboard package
if CompareOpenStackReleases(release) >= 'mitaka':
packages.append('python-pymysql')
if CompareOpenStackReleases(release) >= 'ocata':
packages.append('python-neutron-lbaas-dashboard')
return list(set(packages))


Expand Down

0 comments on commit 65d5003

Please sign in to comment.