From 26936e08007b0f4edf93ef53e6527eebc92ff862 Mon Sep 17 00:00:00 2001 From: Luca Miccini Date: Tue, 23 Apr 2019 14:18:35 +0200 Subject: [PATCH] Update git submodules * Update tripleo-heat-templates from branch 'master' - Properly indent placement::firewall_rules placement::firewall_rules is missing proper indentation. This leads to hieradata like: { "138 placement": { "dport": [ 8778, 13778 ] }, that is not picked up by puppet (hence no firewall rules are created). This commit adds one level of indentation, resulting in proper hieradata: "tripleo::placement::firewall_rules": { "138 placement": { "dport": [ 8778, 13778 ] } }, Change-Id: I168863d6187ddf485546dbbc7e65bd45ef56ea38 Closes-bug: #1825976 --- tripleo-heat-templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleo-heat-templates b/tripleo-heat-templates index 7cd0e8ff7b..8e60f83615 160000 --- a/tripleo-heat-templates +++ b/tripleo-heat-templates @@ -1 +1 @@ -Subproject commit 7cd0e8ff7b724e7ac71dca0aafa018a56081cbbb +Subproject commit 8e60f83615cb166e04f9de1a9a4331245424c2db