From 150935ae16c3ad41d5ae580f54cf9ee8f9675e19 Mon Sep 17 00:00:00 2001 From: Dan Sneddon Date: Wed, 29 Jan 2020 15:57:13 -0800 Subject: [PATCH] Remove static reference to InternalApi network The InternalApi network had a hard-coded reference in multiple-nics-vlans, this change removes that hard-coded reference and replaces it with the correct reference. Depends-On: https://review.opendev.org/#/c/706196/ Depends-On: https://review.opendev.org/#/c/705757/ Change-Id: I0a675ffb7e42c544a861c58c921e3d3e3c0cc7c2 Closes-bug: 1861356 --- network/config/multiple-nics-vlans/role.role.j2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network/config/multiple-nics-vlans/role.role.j2.yaml b/network/config/multiple-nics-vlans/role.role.j2.yaml index a7efa8b01b..4e793f2979 100644 --- a/network/config/multiple-nics-vlans/role.role.j2.yaml +++ b/network/config/multiple-nics-vlans/role.role.j2.yaml @@ -184,9 +184,9 @@ resources: {%- if network.name in _role_networks %} - type: vlan mtu: - get_param: InternalApiMtu + get_param: {{network.name}}Mtu vlan_id: - get_param: InternalApiNetworkVlanID + get_param: {{network.name}}NetworkVlanID addresses: - ip_netmask: get_param: {{network.name}}IpSubnet