From 9579bbff107514f4a02fa014c8975f6fbac5ed3e Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Thu, 1 Sep 2016 16:29:47 +0100 Subject: Add default for DeployIdentifier in nested templates Until we fix the bug where at validation time heat doesn't know if a parent passes a value into the nested template, this may be a workaround for validation failing where no default is found. Change-Id: I02b0764ac29700cd29584e356ac0cfebcda09a36 Closes-Bug: #1619352 --- puppet/controller-post.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/controller-post.yaml') diff --git a/puppet/controller-post.yaml b/puppet/controller-post.yaml index 4af6cb46..c97c3bc8 100644 --- a/puppet/controller-post.yaml +++ b/puppet/controller-post.yaml @@ -15,6 +15,7 @@ parameters: default: {} DeployIdentifier: type: string + default: '' description: Value which changes if the node configuration may need to be re-applied resources: -- cgit 1.2.3-korg