diff options
| author | Trey Morris <trey.morris@rackspace.com> | 2011-04-11 15:26:44 -0500 |
|---|---|---|
| committer | Trey Morris <trey.morris@rackspace.com> | 2011-04-11 15:26:44 -0500 |
| commit | 952528a65cc73fdf45f3ff2e2bdfaa68ce278a16 (patch) | |
| tree | 007f3c247b421d6b015c0e0ce6e5f8abc544748d | |
| parent | 2c3c1f58990cfb2c5adbce1981e7636b63462305 (diff) | |
typo
| -rw-r--r-- | nova/compute/manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py index 6c5bfba3d..b5799dcc5 100644 --- a/nova/compute/manager.py +++ b/nova/compute/manager.py @@ -249,7 +249,7 @@ class ComputeManager(manager.SchedulerDependentManager): if not FLAGS.stub_network: rpc.call(context, self.get_network_topic(context), - {"method": "allocate_for_instance", + {"method": "deallocate_for_instance", "args": {"instance_id": instance_id}}) volumes = instance.get('volumes') or [] |
