octavia-dashboard/devstack
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
..
README.rst Updating for octavia-dashboard 2017-06-22 16:20:27 +08:00
plugin.sh Updating for octavia-dashboard 2017-06-22 16:20:27 +08:00
settings Remove neutron-lbaas checks and rename "slug" 2017-08-24 14:17:10 -07:00

README.rst

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://git.openstack.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