Temp hardcode on neutron-api charm data

This commit is contained in:
James Page
2014-11-10 11:06:40 +00:00
parent 3594f4390b
commit ed9b89aeff

View File

@@ -26,8 +26,10 @@ local_ip = {{ local_ip }}
bridge_mappings = physnet1:br-data bridge_mappings = physnet1:br-data
[agent] [agent]
tunnel_types = gre # {{ overlay_network_type }} tunnel_types = gre
l2_population = True # {{ l2_population }} # {{ overlay_network_type }}
l2_population = True
# {{ l2_population }}
[securitygroup] [securitygroup]
{% if neutron_security_groups -%} {% if neutron_security_groups -%}