Merge "Enable l2 pop when ovs dvr (need to work)" into stable/stein

This commit is contained in:
Zuul 2019-07-10 20:41:04 +00:00 committed by Gerrit Code Review
commit 12a06482e7

View File

@ -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