diff options
author | matt.dietz@rackspace.com <> | 2011-07-20 14:25:23 -0500 |
---|---|---|
committer | matt.dietz@rackspace.com <> | 2011-07-20 14:25:23 -0500 |
commit | e2eff68dbe78d8639d4cb212ab48240ebf045f73 (patch) | |
tree | d4971fe12a35e56e20fa1bb06c36633e50322569 | |
parent | 9fc4cfaafceb3b96c51bc49aec020f89068544a0 (diff) | |
download | nova-e2eff68dbe78d8639d4cb212ab48240ebf045f73.tar.gz nova-e2eff68dbe78d8639d4cb212ab48240ebf045f73.tar.xz nova-e2eff68dbe78d8639d4cb212ab48240ebf045f73.zip |
Whoops
-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 e25a9eeb3..67aa3c20f 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -902,8 +902,8 @@ class API(base.Base): status='finished') params = {'migration_id': migration_ref['id']} self._cast_compute_message('confirm_resize', context, - migration_ref['dest_compute'], instance_ref['uuid'], + migration_ref['dest_compute'], params=params) self.db.migration_update(context, migration_ref['id'], |