neutron-fwaas/devstack
Édouard Thuleau 5694e2dbaf Add service checks before trying to configure it
Validate the service/agent is enable before trying to set its
configuration file. Certain deployment does not use OVS or l3 agents
like Contrail.

Change-Id: I8ad30f1754ca7560c341ff67fe2a446f1280e124
Closes-Bug: #1815609
2019-02-20 12:10:07 +01:00
..
lib Add devstack plugin support for fwaas v2 2016-09-23 19:38:29 +00:00
README.rst Removing FWaaS v1 source code 2019-02-02 02:27:14 +09:00
plugin.sh Add service checks before trying to configure it 2019-02-20 12:10:07 +01:00
settings Removing FWaaS v1 source code 2019-02-02 02:27:14 +09:00

README.rst

neutron-fwaas in DevStack

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

Please note that the old 'q-fwaas' keyword still exists, You can specify enable_service q-fwaas or enable_service q-fwaas-v2 in local.conf

How to run FWaaS V2 in DevStack

Add the following to the localrc section of your local.conf to configure FWaaS v2.

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

To check a specific patchset that is currently under development, use a form like the below example, which is checking out change 214350 patch set 14 for testing.

[[local|localrc]]
enable_plugin neutron-fwaas https://review.openstack.org/p/openstack/neutron-fwaas refs/changes/50/214350/14
enable_service q-fwaas-v2