Enable l2 pop when ovs dvr (need to work)

When using dvr, l2 pop must be enabled. This patch make it happen by
default.

Change-Id: I26f7febd939ce6cdbe3d667cd9cdf0a6dcc3658f
This commit is contained in:
Kourosh Vivan 2019-06-11 11:48:25 +02:00
parent 8cc4bf1eff
commit c57812b0c2

View File

@ -346,7 +346,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