diff --git a/devstack/README.md b/devstack/README.md index f8f9153ba..688798475 100644 --- a/devstack/README.md +++ b/devstack/README.md @@ -59,5 +59,26 @@ For example ENABLED_SERVICES+=,q-lbaasv2 ENABLED_SERVICES+=,octavia,o-cw,o-hk,o-hm,o-api + +3) Enable the dashboard of LBaaS V2 + +If using LBaaS V2 and you want to add horizon support, add lines in the form: + + enable_plugin neutron-lbaas-dashboard [GITREF] + +where + + 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 stable/liberty + +Once you enable the neutron-lbaas-dashboard 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 + For more information, see the "Externally Hosted Plugins" section of http://docs.openstack.org/developer/devstack/plugins.html.