Merge "Always set NetworkDeploymentActions to its default"

This commit is contained in:
Zuul 2021-02-16 08:01:43 +00:00 committed by Gerrit Code Review
commit 8d612ea015

View File

@ -347,8 +347,10 @@ parameter_defaults:
ContainerCli: podman
EnablePackageInstall: false
SoftwareConfigTransport: POLL_SERVER_HEAT
NetworkDeploymentActions: ['CREATE']
{% for role in roles %}
# Parameters generated for {{role.name}} Role
{{role.name}}Services: {{role.ServicesDefault|default([])}}
{{role.name}}NetworkDeploymentActions: []
{% endfor %}