neutron-vpnaas-dashboard/devstack
Ivan Kolodyazhny fbf8a86a29 Fix devstack plugin to work with Python 3
Change-Id: I5412454dc26491e7069c5375e9277595c82ee9f8
2019-03-14 21:54:02 +00:00
..
plugin.sh Fix devstack plugin to work with Python 3 2019-03-14 21:54:02 +00:00
README.rst Fix the typo 2017-12-26 16:13:46 +08:00
settings DevStack plugin for neutron-vpnaas-dashboard 2017-06-22 03:44:54 +00:00

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://git.openstack.org/openstack/neutron-vpnaas master
enable_plugin neutron-vpnaas-dashboard https://git.openstack.org/openstack/neutron-vpnaas-dashboard master