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:
parent
c2eeafdd2b
commit
150935ae16
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user