diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-12-05 18:51:25 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-12-05 18:51:25 +0000 |
commit | fc0158c38c41f7142c8bdb2e4ec154012ad88e53 (patch) | |
tree | 74089ced913bd8b56da305ff65edd2081903ac47 /nova-compute-config.yaml | |
parent | 266b3025469d0e71e2064391154f271eeeb393ec (diff) | |
parent | d1b7e15806d728703a8ab11c911fd7592f76b1a5 (diff) |
Merge "Remove LiveUpdate params"
Diffstat (limited to 'nova-compute-config.yaml')
-rw-r--r-- | nova-compute-config.yaml | 7 |
1 files changed, 0 insertions, 7 deletions
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"} |