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
[agent]
tunnel_types = gre # {{ overlay_network_type }}
l2_population = True # {{ l2_population }}
tunnel_types = gre
# {{ overlay_network_type }}
l2_population = True
# {{ l2_population }}
[securitygroup]
{% if neutron_security_groups -%}