Neutron: Correct section name for linuxbridge bridge_mappings config

Also fixed firewall driver.

Change-Id: I25934141f7481220d974109c4301a5212f07118f
This commit is contained in:
Hyunsun Moon 2017-11-08 18:41:22 +09:00
parent 2af836c9d8
commit 8862346acf

View File

@ -1011,7 +1011,7 @@ conf:
securitygroup:
firewall_driver: openvswitch
linuxbridge_agent:
agent:
linux_bridge:
# To define Flat and VLAN connections, in LB we can assign
# specific interface to the flat/vlan network name using:
# physical_interface_mappings: "external:eth3"
@ -1019,7 +1019,7 @@ conf:
bridge_mappings: "external:br-ex"
# The two above options are exclusive, do not use both of them at once
securitygroup:
firewall_driver: neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
firewall_driver: iptables
vxlan:
l2_population: True
arp_responder: True