mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-27 10:14:50 +00:00
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:
@@ -1186,7 +1186,7 @@ data:
|
||||
node_selector_value: enabled
|
||||
network:
|
||||
interface:
|
||||
tunnel: $tunnel_device
|
||||
tunnel: ${TUNNEL_DEVICE}
|
||||
conf:
|
||||
neutron:
|
||||
DEFAULT:
|
||||
|
||||
Reference in New Issue
Block a user