neutron-fwaas-dashboard/devstack
Akihiro Motoki a2039e931f DevStack plugin for neutron-fwaas-dashboard
Change-Id: I93e00964dc4232c9bef0e4efa272111f9163cc71
2017-06-22 03:44:26 +00:00
..
README.rst DevStack plugin for neutron-fwaas-dashboard 2017-06-22 03:44:26 +00:00
plugin.sh DevStack plugin for neutron-fwaas-dashboard 2017-06-22 03:44:26 +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.