Merge "Enable l2 pop when ovs dvr (need to work)" into stable/stein
This commit is contained in:
commit
12a06482e7
@ -355,7 +355,8 @@ neutron_plugin_types: []
|
||||
neutron_ml2_drivers_type: "flat,vlan,vxlan,local"
|
||||
|
||||
# Enable or disable L2 Population.
|
||||
neutron_l2_population: "False"
|
||||
# When using ovs dvr it must be enabled
|
||||
neutron_l2_population: "{{ neutron_plugin_type == 'ml2.ovs.dvr' }}"
|
||||
|
||||
neutron_vxlan_enabled: true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user