neutron-vpnaas-dashboard/devstack
Akihiro Motoki ff779dda9c devstack: Remove workaround for horizon plugin framework
A bug in the horizon plugin framework (bug 1700325) has been fixed
in horizon. This workaround was added to make the effort of splitting
out VPNaaS dashboard smooth. From both points, it is no longer needed.

Change-Id: I37df24e9a7af31220b07ba40dd4d409aeb28589d
Related-Bug: #1700325
(cherry picked from commit 59f358ffbb)
2017-08-29 09:25:21 +00:00
..
README.rst Update URLs in documents according to document migration 2017-08-11 00:31:15 +09:00
plugin.sh devstack: Remove workaround for horizon plugin framework 2017-08-29 09:25:21 +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 dsashboard

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