From 3a919de4effa20267a03cb753720978256b3b855 Mon Sep 17 00:00:00 2001 From: Oliver Walsh Date: Tue, 22 Jun 2021 13:21:47 +0100 Subject: [PATCH] Fix NetworkDeploymentActionValue format This should be a list, not a list of lists. Closes-bug: #1933228 Change-Id: Ide14902e85aaaa8a6017326aaf789857c7a3dae5 (cherry picked from commit a6118661f7e95ba8954f9a967e92811e4e098942) --- overcloud.j2.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/overcloud.j2.yaml b/overcloud.j2.yaml index 533c1763d2..31a45c07ae 100644 --- a/overcloud.j2.yaml +++ b/overcloud.j2.yaml @@ -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