Files
neutron-fwaas/devstack/README.rst
Akihiro Motoki 9ba9d8a3a1 devstack: Enable q-fwaas-v2 by default
We dropped FWaaS v1 support in Stein and FWaaS v2 is the only choice.
Let's enable q-fwaas-v2 by default in devstack plugin.
We no longer need to specify q-fwaas-v2 explicitly in local.conf.
I believe it simplifies local.conf.

Change-Id: I84fbf6d0ec47f9d47ae2068abb3c981b4572aafa
2019-03-31 01:46:39 +09:00

991 B

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

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