From 8862346acff622ec55ecfb3e0aeb5a4ee59a7f60 Mon Sep 17 00:00:00 2001 From: Hyunsun Moon Date: Wed, 8 Nov 2017 18:41:22 +0900 Subject: [PATCH] Neutron: Correct section name for linuxbridge bridge_mappings config Also fixed firewall driver. Change-Id: I25934141f7481220d974109c4301a5212f07118f --- neutron/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neutron/values.yaml b/neutron/values.yaml index a9b94416ce..ee2e2782db 100644 --- a/neutron/values.yaml +++ b/neutron/values.yaml @@ -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