diff options
author | Steven Hardy <shardy@redhat.com> | 2015-12-10 15:08:05 +0000 |
---|---|---|
committer | Steven Hardy <shardy@redhat.com> | 2016-01-08 17:00:16 +0000 |
commit | a08af1cc14919983fa8db4374c7b22332ec9ec67 (patch) | |
tree | ddfa4b1908b77eb97e604c6eeb6a8a24daf7f967 /puppet | |
parent | 891e5efd25578b2b4bfff56aa04ac8fbebd55239 (diff) |
Remove not needed completion-signal
The completion-signal input is no longer needed, because for some
time 99-refresh-completed has supported using per-deployment
signal URLs instead provided the config group is set correctly
to os-apply-config.
Change-Id: I76cb5331917ff54e978bd22b9dea0c1a2c65a928
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/all-nodes-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/all-nodes-config.yaml b/puppet/all-nodes-config.yaml index 9dd43680..bda10ea8 100644 --- a/puppet/all-nodes-config.yaml +++ b/puppet/all-nodes-config.yaml @@ -67,8 +67,8 @@ resources: allNodesConfigImpl: type: OS::Heat::StructuredConfig properties: + group: os-apply-config config: - completion-signal: {get_input: deploy_signal_id} hosts: list_join: - "\n" |