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
..
2019-05-22 12:47:08 -07:00

Octavia dashboard devstack plugin

This directory contains the octavia-dashboard devstack plugin.

To enable the plugin, add the following to your local.conf:

enable_plugin octavia-dashboard <octavia-dashboard GITURL> [GITREF]

where

<octavia-dashboard GITURL> is the URL of a octavia-dashboard repository [GITREF] is an optional git ref (branch/ref/tag). The default is master.

For example:

enable_plugin octavia-dashboard https://opendev.org/openstack/octavia-dashboard

Once you enable the plugin in your local.conf, ensure horizon and o-api services are enabled. If both of them are enabled, octavia-dashboard will be enabled automatically