From e38ea651e792ac6f85b0a0091996a76f57ba9ad0 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 df01facaa8..d44ac1aaa7 100644 --- a/overcloud.j2.yaml +++ b/overcloud.j2.yaml @@ -660,10 +660,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