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:
parent
f07515afe8
commit
a3f957591c
@ -89,4 +89,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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user