From 197b438b536b9c9fd85bdb4f5623899a4fc2b66d Mon Sep 17 00:00:00 2001 From: David Vallee Delisle Date: Thu, 21 Oct 2021 00:05:34 -0400 Subject: [PATCH] Update git submodules * Update tripleo-heat-templates from branch 'master' to 20311a0a50af684f2eab1a98adb58fe94f5ce933 - Flatten yaql list expressions In python yaql 2, the expressions are returning a nested list but we need a list of dictionaries in order to use map_merge. This change adds flatten so it returns [] instead of [[]] when nothing is available. Change-Id: Iba0262fbc2af0903f02c8c28c7ba2b1d935abe7f --- tripleo-heat-templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleo-heat-templates b/tripleo-heat-templates index 19b492aba7..20311a0a50 160000 --- a/tripleo-heat-templates +++ b/tripleo-heat-templates @@ -1 +1 @@ -Subproject commit 19b492aba75a5759b3700ad22f0cfa87559eda6a +Subproject commit 20311a0a50af684f2eab1a98adb58fe94f5ce933