Temp hardcode on neutron-api charm data
This commit is contained in:
@@ -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 -%}
|
||||
|
Reference in New Issue
Block a user