neutron-fwaas-dashboard/devstack
Jenkins 1c03728734 Merge "Move Firewall panel in the left menu lower by default" 2017-08-22 14:41:12 +00:00
..
README.rst Fix wrong homepage in setup.cfg 2017-07-31 08:21:30 +00:00
plugin.sh Merge "Move Firewall panel in the left menu lower by default" 2017-08-22 14:41:12 +00:00
settings DevStack plugin for neutron-fwaas-dashboard 2017-06-22 03:44:26 +00:00

README.rst

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.