Files
Slawek Kaplonski 51c90cae0c [Devstack] Use correct function to enable fwaas logging L3 extension
Previously FWaaS Devstack plugin used simply "iniadd" function to add
"fwaas_v2_log" L3 agent extension to the extensions list in the
l3-agent's config file. But that always replaced other extensions
enabled earlier by Devstack and other plugins.

Now FWaaS plugin uses "plugin_agent_add_l3_agent_extension" function
from Devstack to add "fwaas_v2_log" extension to the list of all other
enabled extensions.

Closes-bug: #2143837

Change-Id: I2b53029fbd3fcc67ab630bc4927a7845bedc6663
Signed-off-by: Slawek Kaplonski <skaplons@redhat.com>
2026-03-11 11:06:33 +01:00
..
2022-03-01 01:01:47 +00: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