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,7 +690,7 @@ resources:
type: OS::Heat::Value type: OS::Heat::Value
properties: properties:
value: value:
- if: if:
- {{role.name}}_network_deployment_actions_exists - {{role.name}}_network_deployment_actions_exists
- {get_param: {{role.name}}NetworkDeploymentActions} - {get_param: {{role.name}}NetworkDeploymentActions}
- {get_param: NetworkDeploymentActions} - {get_param: NetworkDeploymentActions}