Merge "[stable/ussuri,train] Add cidr to outputs of port_from_pool.j2" into stable/ussuri

This commit is contained in:
Zuul 2020-11-28 14:28:12 +00:00 committed by Gerrit Code Review
commit 1960669619
1 changed files with 4 additions and 0 deletions

View File

@ -111,3 +111,7 @@ outputs:
{%- else %}
{{network.gateway_ip|default('')}}
{%- endif %}
cidr:
description: CIDR of the ports subnet
value:
str_split: ['/', {get_param: {{network.name}}NetCidr}, 1]