Merge "Always set NetworkDeploymentActions to its default" into stable/ussuri

This commit is contained in:
Zuul 2021-03-02 20:45:49 +00:00 committed by Gerrit Code Review
commit 6cc678bb89
1 changed files with 2 additions and 0 deletions

View File

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