Fix NetworkDeploymentActionValue format
This should be a list, not a list of lists.
Closes-bug: #1933228
Change-Id: Ide14902e85aaaa8a6017326aaf789857c7a3dae5
(cherry picked from commit a6118661f7
)
This commit is contained in:
parent
934b9b03bb
commit
3a919de4ef
@ -690,7 +690,7 @@ resources:
|
||||
type: OS::Heat::Value
|
||||
properties:
|
||||
value:
|
||||
- if:
|
||||
if:
|
||||
- {{role.name}}_network_deployment_actions_exists
|
||||
- {get_param: {{role.name}}NetworkDeploymentActions}
|
||||
- {get_param: NetworkDeploymentActions}
|
||||
|
Loading…
Reference in New Issue
Block a user