diff options
| author | matt.dietz@rackspace.com <> | 2011-08-18 13:55:38 -0500 |
|---|---|---|
| committer | matt.dietz@rackspace.com <> | 2011-08-18 13:55:38 -0500 |
| commit | 69996e83f10387b83bdc7e5e76b62fe67ea6c2ab (patch) | |
| tree | 079257fe7daa925a71a0fe44b08609d89375e765 | |
| parent | af9681bc82d7509cb2f65d213bd4d8ae24286663 (diff) | |
| download | nova-69996e83f10387b83bdc7e5e76b62fe67ea6c2ab.tar.gz nova-69996e83f10387b83bdc7e5e76b62fe67ea6c2ab.tar.xz nova-69996e83f10387b83bdc7e5e76b62fe67ea6c2ab.zip | |
Syntax error
| -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 0c5d4349d..3110cd92d 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -1068,7 +1068,7 @@ class API(base.Base): """Unpause the given instance.""" self._cast_compute_message('unpause_instance', context, instance_id) - def _make_compute_call_for_host(self context, host, params): + def _make_compute_call_for_host(self, context, host, params): """Call method deliberately designed to make host/service only calls""" queue = self.db.queue_get_for(context, FLAGS.compute_topic, host) kwargs = {'method': method, 'args': params} |
