From d1b7e15806d728703a8ab11c911fd7592f76b1a5 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Mon, 1 Dec 2014 10:05:44 -0500 Subject: Remove LiveUpdate params The params were added in I2997d23c584055c40034827e9beb58e6542ea11c as a means to pass undercloud image data to overcloud instances so they could perform an update via takeovernode). We've never actually made use of them via takeovernode... furthermore these params are a bit stale in that they haven't been applied to other instance types (storage, etc.). I propose we remove them entirely and start with a fresh plan for how these would get used (perhaps a blueprint). As is these don't appear to have ever been fully wired up to do anything removing them should have no effect on end users. Change-Id: I96f91fb0d67e7fe203d3767c8ab89ce82adbe331 --- nova-compute-config.yaml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'nova-compute-config.yaml') diff --git a/nova-compute-config.yaml b/nova-compute-config.yaml index 8ba778bc..a7708a2e 100644 --- a/nova-compute-config.yaml +++ b/nova-compute-config.yaml @@ -56,13 +56,6 @@ resources: host: {get_input: rabbit_host} username: {get_input: rabbit_username} password: {get_input: rabbit_password} - live-update: - host: {get_input: live_update_host} - username: {get_input: live_update_username} - password: {get_input: live_update_password} - 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} ntp: servers: - {server: {get_input: ntp_server}, fudge: "stratum 0"} -- cgit 1.2.3-korg