neutron-vpnaas-dashboard/devstack
caoyuan 37dcb0f641 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ib2a5eb220be5e3004b6aff15e1fad0bc3162ebe6
2019-04-24 13:30:12 +08:00
..
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 13:30:12 +08:00
plugin.sh Fix devstack plugin to work with Python 3 2019-03-14 21:54:02 +00:00
settings DevStack plugin for neutron-vpnaas-dashboard 2017-06-22 03:44:54 +00:00

README.rst

DevStack plugin for neutron-vpnaas-dashboard

This is setup as a DevStack plugin. For more information on DevStack plugins, see the DevStack Plugins documentation.

How to enable VPNaaS dashboard

Add the following to the localrc section of your local.conf. You need to configure VPNaaS DevStack plugin as well. DevStack plugin for VPNaaS dashaboard is configured, neutron-vpnaas-dashboard service is automatically enabled.

It is suggested to enable the DevStack plugin for neutron-vpnaas, if you run horizon and neutron-server on a same server like all-in-one environment.

[[local|localrc]]
enable_plugin neutron-vpnaas https://opendev.org/openstack/neutron-vpnaas master
enable_plugin neutron-vpnaas-dashboard https://opendev.org/openstack/neutron-vpnaas-dashboard master