Merge "Fix NetworkDeploymentActionValue format" into stable/victoria

This commit is contained in:
Zuul 2021-06-23 00:39:48 +00:00 committed by Gerrit Code Review
commit faa3fc74cf

View File

@ -690,10 +690,10 @@ resources:
type: OS::Heat::Value
properties:
value:
- if:
- {{role.name}}_network_deployment_actions_exists
- {get_param: {{role.name}}NetworkDeploymentActions}
- {get_param: NetworkDeploymentActions}
if:
- {{role.name}}_network_deployment_actions_exists
- {get_param: {{role.name}}NetworkDeploymentActions}
- {get_param: NetworkDeploymentActions}
{{role.name}}ConfigData:
type: OS::Heat::Value