diff options
author | Dan Prince <dprince@redhat.com> | 2014-12-01 10:05:44 -0500 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2014-12-01 10:05:44 -0500 |
commit | d1b7e15806d728703a8ab11c911fd7592f76b1a5 (patch) | |
tree | 21b0bafcde75592c7a388f84be8183ddebb753eb /nova-compute-instance.yaml | |
parent | bacde7fdb6ea6b41be7d9802796d3b8b52538529 (diff) |
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
Diffstat (limited to 'nova-compute-instance.yaml')
-rw-r--r-- | nova-compute-instance.yaml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml index 180657a6..1b73e812 100644 --- a/nova-compute-instance.yaml +++ b/nova-compute-instance.yaml @@ -91,27 +91,6 @@ parameters: default: default KeystoneHost: type: string - LiveUpdateComputeImage: - type: string - description: The image ID for live-updates to the overcloud compute nodes. - default: '' - LiveUpdateHost: - type: string - description: The IP address for the undercloud Glance API. - default: '' - LiveUpdatePassword: - type: string - default: '' - description: The live-update password for the undercloud Glance API. - hidden: true - LiveUpdateTenantName: - type: string - description: The live-update tenant name for the undercloud Glance API. - default: '' - LiveUpdateUserName: - type: string - description: The live-update username for the undercloud Glance API. - default: '' NeutronBridgeMappings: type: string NeutronDSN: @@ -267,12 +246,6 @@ resources: rabbit_host: {get_param: RabbitHost} rabbit_username: {get_param: RabbitUserName} rabbit_password: {get_param: RabbitPassword} - live_update_host: {get_param: LiveUpdateHost} - live_update_username: {get_param: LiveUpdateUserName} - live_update_password: {get_param: LiveUpdatePassword} - live_update_tenant_name: {get_param: LiveUpdateTenantName} - nova_image: {get_param: NovaImage} - live_update_image_id: {get_param: LiveUpdateComputeImage} ntp_server: {get_param: NtpServer} NovaCompute0AllNodesDeployment: depends_on: |