From: Tom Cammann Date: Thu, 18 Sep 2014 09:54:37 +0000 (+0100) Subject: Remove unnecessary completion signal X-Git-Tag: opnfv-6.0.0~2740^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=f33720a3ccc6d52a9af4609a6beffa1eb7984ffa;p=apex-tripleo-heat-templates.git Remove unnecessary completion signal There is a spurious completion signal in nova compute config which is confusing and unnecessary. Change-Id: I302470933c80443a1069faa03cc924f14ba71ca3 Co-Author: Nicholas Randon --- diff --git a/nova-compute-config.yaml b/nova-compute-config.yaml index 48cb81ee..63685df6 100644 --- a/nova-compute-config.yaml +++ b/nova-compute-config.yaml @@ -57,7 +57,6 @@ resources: tenant-name: {get_input: live_update_tenant_name} base_image_id: {get_input: nova_image} live_update_image_id: {get_input: live_update_compute_image} - completion-signal: {get_input: deploy_signal_id} ntp: servers: - {server: {get_input: ntp_server}, fudge: "stratum 0"}