neutron-fwaas-dashboard/devstack
Akihiro Motoki b29419731d Fix wrong homepage in setup.cfg
Also updates URLs affected by the doc-migration work and
use https instead of http for docs.openstack.org contents.

Change-Id: I0fac335eb2ee46576ecdee2d50e17b1766d95860
2017-07-31 08:21:30 +00:00
..
plugin.sh Document cleanup and release notes for a new release 2017-07-25 17:52:34 +00:00
README.rst Fix wrong homepage in setup.cfg 2017-07-31 08:21:30 +00:00
settings DevStack plugin for neutron-fwaas-dashboard 2017-06-22 03:44:26 +00:00

DevStack plugin for neutron-fwaas-dashboard

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

How to enable FWaaS v1 dsashboard

Add the following to the localrc section of your local.conf. You need to configure FWaaS v1 DevStack plugin as well.

If q-fwaas-v1 (or q-fwaas) is enabled, FWaaS v1 dashboard neutron-fwaas-v1-dashboard is automatically enabled.

[[local|localrc]]
enable_plugin neutron-fwaas https://git.openstack.org/openstack/neutron-fwaas master
enable_service q-fwaas-v1
enable_plugin neutron-fwaas-dashboard https://git.openstack.org/openstack/neutron-fwaas-dashboard master

If you run horizon in a separate server from neutron server and neutron-fwaas is not configured, neutron-fwaas-v1-dashboard is enabled by default.

How to enable FWaaS v2 dsashboard

Coming soon.