diff options
| author | Cerberus <matt.dietz@rackspace.com> | 2011-03-14 12:07:27 -0500 |
|---|---|---|
| committer | Cerberus <matt.dietz@rackspace.com> | 2011-03-14 12:07:27 -0500 |
| commit | 1ebae577150ce64d81d102c2e162acfe5a72528b (patch) | |
| tree | ebce42faf7729e6382e7d4e92608ca38bf9a49d1 /nova/compute | |
| parent | 1f763599d733de1ded1074dee828237256eda01d (diff) | |
Test changes
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 3920f2af8..9d238c7d0 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -482,7 +482,7 @@ class API(base.Base): {"method": "prep_resize", "args": {"topic": FLAGS.compute_topic, "instance_id": instance_id, - "instance_type": new_instance_type}}) + "flavor_id": flavor_id}}) def pause(self, context, instance_id): """Pause the given instance.""" |
