neutron-lbaas-dashboard/devstack
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
..
README.rst devstack plugin for neutron-lbaas-dashboard 2015-12-15 17:58:22 +00:00
plugin.sh Fix devstack plugin clean-up 2016-07-05 15:41:29 +03:00
settings Fix devstack plugin clean-up 2016-07-05 15:41:29 +03:00

README.rst

Neutron LBaaS v2 dashboard devstack plugin

This directory contains the neutron-lbaas-dashboard devstack plugin.

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

enable_plugin neutron-lbaas-dashboard <neutron-lbaas-dashboard GITURL> [GITREF]

where

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

For example:

enable_plugin neutron-lbaas-dashboard https://git.openstack.org/openstack/neutron-lbaas-dashboard

Once you enable the plugin in your local.conf, ensure horizon and q-lbaasv2 services are enabled. If both of them are enabled, neutron-lbaas-dashboard will be enabled automatically