aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/all-nodes-config.yaml
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2016-09-01 16:29:47 +0100
committerSteven Hardy <shardy@redhat.com>2016-09-01 16:37:23 +0100
commit9579bbff107514f4a02fa014c8975f6fbac5ed3e (patch)
tree97d4f6713852d7592a111d56eab7c233ee308e44 /puppet/all-nodes-config.yaml
parent6c73acbde9a31f9bcabf6913ae1d76f9661a3f74 (diff)
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
Diffstat (limited to 'puppet/all-nodes-config.yaml')
-rw-r--r--puppet/all-nodes-config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/all-nodes-config.yaml b/puppet/all-nodes-config.yaml
index a43e9645..ab5ee6d4 100644
--- a/puppet/all-nodes-config.yaml
+++ b/puppet/all-nodes-config.yaml
@@ -26,6 +26,7 @@ parameters:
type: comma_delimited_list
DeployIdentifier:
type: string
+ default: ''
description: >
Setting this to a unique value will re-run any deployment tasks which
perform configuration on a Heat stack-update.