Unconditionally enable the l2_population driver.

This commit is contained in:
Liam Young 2014-09-30 10:45:19 +01:00
parent fbf05e34f0
commit 470a42a299
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@
[ml2]
type_drivers = gre,vxlan
tenant_network_types = gre,vxlan
mechanism_drivers = openvswitch
mechanism_drivers = openvswitch,l2population
[ml2_type_gre]
tunnel_id_ranges = 1:1000
@ -20,7 +20,6 @@ local_ip = {{ local_ip }}
[agent]
tunnel_types = gre
l2_population = {{ l2_population }}
[securitygroup]
{% if neutron_security_groups -%}