Merge "linuxbridge: Fix name of securitygroup section"

This commit is contained in:
Zuul 2020-08-03 11:04:57 +00:00 committed by Gerrit Code Review
commit 0cb9fca9ca
3 changed files with 8 additions and 2 deletions
ansible/roles/neutron/templates
doc/source/reference/networking
releasenotes/notes

@ -6,7 +6,7 @@ extensions = {{ neutron_agent_extensions|map(attribute='name')|join(',') }}
[linux_bridge]
physical_interface_mappings = physnet1:{{ neutron_external_interface }}
[security_group]
[securitygroup]
firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
[vxlan]

@ -57,7 +57,7 @@ to using the native OVS firewall driver by employing a configuration override
.. code-block:: ini
[security_group]
[securitygroup]
firewall_driver = openvswitch
OVN (ml2/ovn)

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes an issue with the Neutron Linux bridge ML2 driver where the firewall
driver configuration was not applied. `LP#1889455
<https://launchpad.net/bugs/1889455>`__