diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-06-24 04:11:59 +0100 |
|---|---|---|
| committer | andy <github@anarkystic.com> | 2010-06-24 04:11:59 +0100 |
| commit | 20bc71348d67c361af04de7cff7517573fe5f366 (patch) | |
| tree | 0b4fa3c6fae3ceb26b1b33d88961e889208d616c | |
| parent | 1c9c2ce22726dd460f486f10a2fcb9f14cc23286 (diff) | |
typo in reboot instances
| -rw-r--r-- | nova/endpoint/cloud.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/endpoint/cloud.py b/nova/endpoint/cloud.py index 9903328dc..afd48aa14 100644 --- a/nova/endpoint/cloud.py +++ b/nova/endpoint/cloud.py @@ -556,7 +556,7 @@ class CloudController(object): """instance_id is a list of instance ids""" for i in instance_id: instance = self._get_instance(context, i) - rpc.cast('%s.%s' % (FLAGS.node_topic, instance['node_name']), + rpc.cast('%s.%s' % (FLAGS.compute_topic, instance['node_name']), {"method": "reboot_instance", "args" : {"instance_id": i}}) return defer.succeed(True) |
