Merge "linuxbridge: Fix name of securitygroup section"
This commit is contained in:
commit
0cb9fca9ca
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>`__
|
Loading…
x
Reference in New Issue
Block a user