neutron-lbaas-dashboard/devstack
manchandavishal 655d24f6c3 Changes for url transition to OpenDev
This commit changes openstack.org URL to opendev.org URL

Change-Id: I03c291374d5f49c08a7716c388dc0002268c2b4f
2019-04-22 11:03:57 +00:00
..
README.rst Changes for url transition to OpenDev 2019-04-22 11:03:57 +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://opendev.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