Browse Source
This patch removes the dependency on neutron-lbaas being enabled in neutron and it renames the "slug" from ngloadbalancersv2 to load_balancer. These changes should allow co-installation of the neutron-lbaas-dashboard with octavia-dashboard (however, they will both show up as "Load Balancers" in the menu). Change-Id: I4b02f67ba10e6339316fd17fcaf522f7339993cachanges/42/497642/1
34 changed files with 57 additions and 74 deletions
@ -1,5 +1,5 @@
|
||||
OCTAVIA_DASHBOARD_DIR=$DEST/octavia-dashboard |
||||
|
||||
|
||||
OCTAVIA_DASHBOARD_ENABLE_FILE_NAME=_1481_project_ng_loadbalancersv2_panel.py |
||||
OCTAVIA_DASHBOARD_ENABLE_FILE_NAME=_1482_project_load_balancer_panel.py |
||||
OCTAVIA_DASHBOARD_ENABLE_FILE_PATH=$OCTAVIA_DASHBOARD_DIR/octavia_dashboard/enabled/$OCTAVIA_DASHBOARD_ENABLE_FILE_NAME |
||||
|
Loading…
Reference in new issue