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
(cherry picked from commit c57812b0c213c26d82d37fbfe8965eeb0090b8cd)
This commit is contained in:
Kourosh Vivan 2019-06-11 11:48:25 +02:00 committed by kourosh vivan
parent cb63d273ca
commit 5330556484

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