Merge "Fix network-isolation.j2.yaml to ignore VIPs for disabled networks"
This commit is contained in:
commit
d8649e0252
@ -17,7 +17,7 @@ resource_registry:
|
||||
{%- endfor %}
|
||||
|
||||
# Port assignments for the VIPs
|
||||
{%- for network in networks if network.vip %}
|
||||
{%- for network in networks if network.vip and network.enabled|default(true) %}
|
||||
OS::TripleO::Network::Ports::{{network.name}}VipPort: ../network/ports/{{network.name_lower|default(network.name.lower())}}.yaml
|
||||
{%- endfor %}
|
||||
OS::TripleO::Network::Ports::RedisVipPort: ../network/ports/vip.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user