Merge "No cloud_name_$NET_NAME for disabled networks" into stable/stein

This commit is contained in:
Zuul 2019-09-05 01:28:17 +00:00 committed by Gerrit Code Review
commit b33b839125
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ heat_template_version: rocky
description: 'All Nodes Config for Puppet'
parameters:
{%- for network in networks if network.vip|default(false) %}
{%- for network in networks if network.vip|default(false) and network.enabled|default(true) %}
cloud_name_{{network.name_lower}}:
type: string
{%- endfor %}