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
This commit is contained in:
Dan Sneddon 2020-01-29 15:57:13 -08:00 committed by wes hayutin
parent c2eeafdd2b
commit 150935ae16
1 changed files with 2 additions and 2 deletions

View File

@ -184,9 +184,9 @@ resources:
{%- if network.name in _role_networks %} {%- if network.name in _role_networks %}
- type: vlan - type: vlan
mtu: mtu:
get_param: InternalApiMtu get_param: {{network.name}}Mtu
vlan_id: vlan_id:
get_param: InternalApiNetworkVlanID get_param: {{network.name}}NetworkVlanID
addresses: addresses:
- ip_netmask: - ip_netmask:
get_param: {{network.name}}IpSubnet get_param: {{network.name}}IpSubnet