diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-01-10 16:04:34 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-01-10 16:04:34 +0000 |
| commit | 799801f856a0f3e7788e89ecdca02828fd64e6ad (patch) | |
| tree | 26e6d10d30da1f9056b6ac943cd0b037d723bd7d /nova/compute | |
| parent | fa43949c05ff4e5165baa2f0a0f1555e94bcf212 (diff) | |
| parent | 162ab4f48e573662824872da56aecbef05ba94f0 (diff) | |
Merge "Use instance_properties in resize."
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py index 70e9876ae..13136079c 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -1317,7 +1317,7 @@ class API(base.Base): 'instance_type': new_instance_type, 'filter': None, 'num_instances': 1, - 'original_host': instance['host'], + 'instance_properties': instance, 'avoid_original_host': not FLAGS.allow_resize_to_same_host, 'local_zone': True, } |
