Commit Graph

7 Commits

Author SHA1 Message Date
Michael Johnson c3b601d5ac Fix devstack plugin python3 support
The octavia-dashboard devstack plugin.sh script was calling
"python". This causes the plugin to fail on python3 only hosts.
This patch corrects this by using the devstack $PYTHON variable.

Change-Id: I18bc3ce532e163acc1d49daa84cd7c7495dbc777
Story: 2005761
Task: 33469
2019-05-22 12:47:08 -07:00
manchandavishal af17a8baa3 Changes for url transition to OpenDev
This commit changes openstack.org URL to opendev.org URL

Change-Id: I6cddcab4ff956c3121ba35b0617f991c617dc8b7
2019-04-29 14:06:31 +00:00
Jacky Hu d90c3bf03a Add rbac support for octavia service apis
Co-Authored-By: Michael Johnson <johnsomor@gmail.com>
Change-Id: I6e27a5e81d9075c2ab8622c617409f0f2747f11e
2018-03-29 11:29:36 +00:00
Michael Johnson 8eae426c16 Remove neutron-lbaas checks and rename "slug"
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: I4b02f67ba10e6339316fd17fcaf522f7339993ca
2017-08-24 14:17:10 -07:00
Michael Johnson 1f0c90f3a8 Updating for octavia-dashboard
This patch updates the imported code to reflect octavia-dashboard.

More work is required to make this work with the Octavia v2 API.
This will be done in followup patches.

Change-Id: I7363105a53642d0003036cada21c5b0cc25efc1a
2017-06-22 16:20:27 +08:00
Elena Ezhova 0d25bbd63b Fix devstack plugin clean-up
Currently calling clean.sh leads to NEUTRON_LBAAS_DASHBOARD_ENABLE_FILE
being deleted. The problem is that this variable contains path to a
file in neutron-lbaas-dashboard directory, not its copy in Horizon
directory. This patch fixes this by deleting proper files.

Change-Id: I9fcb96e4a0928a2b6a9da3e70dbb0e185dff7108
2016-07-05 15:41:29 +03:00
Akihiro Motoki 8d863ab27b devstack plugin for neutron-lbaas-dashboard
Change-Id: I7c4ad77d0c078e4a0a25d59226bede82b892bdd1
2015-12-15 17:58:22 +00:00