Fix variable reference for tunnel device
The environment variable used to substitute the interface used for neutrons tunnel device wasn't correct. This updates the variable reference appropriately Change-Id: Ibf513d91f122cbe64c14e6ed26c6e693e3e9fe31
This commit is contained in:
parent
7be4ff673a
commit
d24d44d34b
@ -1186,7 +1186,7 @@ data:
|
|||||||
node_selector_value: enabled
|
node_selector_value: enabled
|
||||||
network:
|
network:
|
||||||
interface:
|
interface:
|
||||||
tunnel: $tunnel_device
|
tunnel: ${TUNNEL_DEVICE}
|
||||||
conf:
|
conf:
|
||||||
neutron:
|
neutron:
|
||||||
DEFAULT:
|
DEFAULT:
|
||||||
|
Loading…
Reference in New Issue
Block a user