octavia-dashboard/devstack/README.rst
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

23 lines
746 B
ReStructuredText

=================================
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