From f33720a3ccc6d52a9af4609a6beffa1eb7984ffa Mon Sep 17 00:00:00 2001 From: Tom Cammann Date: Thu, 18 Sep 2014 10:54:37 +0100 Subject: [PATCH] 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 --- nova-compute-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/nova-compute-config.yaml b/nova-compute-config.yaml index 48cb81eea9..63685df68f 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"}