Merge "Only use br-tun on network and compute nodes"

This commit is contained in:
Jenkins 2017-07-13 12:08:41 +00:00 committed by Gerrit Code Review
commit 003450a2c6

View File

@ -81,4 +81,7 @@ physical_interface_mappings = physnet1:{{ neutron_external_interface }}
l2_population = true l2_population = true
{% endif %} {% endif %}
{% endif %} {% endif %}
{% if inventory_hostname in groups["network"] or inventory_hostname in groups["compute"] %}
local_ip = {{ tunnel_interface_address }} local_ip = {{ tunnel_interface_address }}
{% endif %}