Fix NetworkDeploymentActionValue format

This should be a list, not a list of lists.

Closes-bug: #1933228
Change-Id: Ide14902e85aaaa8a6017326aaf789857c7a3dae5
This commit is contained in:
Oliver Walsh 2021-06-22 13:21:47 +01:00
parent 14aa81dd73
commit a6118661f7
1 changed files with 4 additions and 4 deletions

View File

@ -662,10 +662,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