Files
neutron-fwaas/devstack
Takashi Kajinami b2e1cb94b5 Avoid unnecessary iniset_multiline
We can use the bare iniset function to manage the options, which accept
only single line values.

Change-Id: Icc15d88be15ceb60f21248aa243985dd2da6c314
2025-06-24 23:50:20 +09:00
..
2022-03-01 01:01:47 +00:00
2025-06-24 23:50:20 +09:00
2022-03-01 01:01:47 +00:00

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