Merge "Only use br-tun on network and compute nodes"
This commit is contained in:
commit
003450a2c6
@ -81,4 +81,7 @@ physical_interface_mappings = physnet1:{{ neutron_external_interface }}
|
||||
l2_population = true
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if inventory_hostname in groups["network"] or inventory_hostname in groups["compute"] %}
|
||||
local_ip = {{ tunnel_interface_address }}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user