diff options
author | Tom Cammann <tom.cammann@hp.com> | 2014-09-18 10:54:37 +0100 |
---|---|---|
committer | Tom Cammann <tom.cammann@hp.com> | 2014-09-18 10:54:37 +0100 |
commit | f33720a3ccc6d52a9af4609a6beffa1eb7984ffa (patch) | |
tree | 0ad79ed068155fe4b2c3f5db88e6112eab4c19ea | |
parent | 6e766483306ae0dabd4fff47f9234ede588f7be4 (diff) |
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
-rw-r--r-- | nova-compute-config.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
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"} |