Only use br-tun on network and compute nodes

Neutron-server does not use br-tun at all,
this is only needed at compute and network nodes.

Change-Id: I0e11baa3fc8ee15c951cf4fc9aaa3a1d47819e81
Closes-Bug: #1642521
This commit is contained in:
Eduardo Gonzalez 2017-05-09 10:55:54 +02:00
parent f07515afe8
commit a3f957591c

View File

@ -89,4 +89,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 %}