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,10 +690,10 @@ 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}
|
||||||
|
|
||||||
{{role.name}}ConfigData:
|
{{role.name}}ConfigData:
|
||||||
type: OS::Heat::Value
|
type: OS::Heat::Value
|
||||||
|
Loading…
Reference in New Issue
Block a user