Merge "Fix net_cidr_map in environments/deployed-network-environment.j2.yaml"

This commit is contained in:
Zuul 2022-08-09 08:06:18 +00:00 committed by Gerrit Code Review
commit 38f02d62ee
1 changed files with 1 additions and 1 deletions

View File

@ -53,8 +53,8 @@ parameter_defaults:
net_cidr_map:
{%- for network in networks if network.enabled|default(true) %}
{%- for subnet in network.subnets %}
{{ network.name_lower }}:
{%- for subnet in network.subnets %}
- {{ network.subnets[subnet].ip_subnet }}
{%- endfor %}
{%- endfor %}