summaryrefslogtreecommitdiffstats
path: root/nova/compute
diff options
context:
space:
mode:
authorAnthony Young <sleepsonthefloor@gmail.com>2011-09-12 00:16:49 -0700
committerAnthony Young <sleepsonthefloor@gmail.com>2011-09-12 00:16:49 -0700
commit7ac94ccf7dbb5838ef877b9d954ea96bf1412b4b (patch)
tree1c826651f4fae984a31245360234c54f01b9fbe0 /nova/compute
parent66dd77887641f9db5f690f871b0cfb4d381d6a3e (diff)
fix for lp847604 to unbreak instance rebooting
Diffstat (limited to 'nova/compute')
-rw-r--r--nova/compute/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py
index b0ea044c5..48bb266b7 100644
--- a/nova/compute/api.py
+++ b/nova/compute/api.py
@@ -1049,7 +1049,7 @@ class API(base.Base):
vm_state=vm_states.ACTIVE,
task_state=task_states.REBOOTING)
self._cast_compute_message('reboot_instance', context, instance_id,
- reboot_type)
+ params={'reboot_type': reboot_type})
@scheduler_api.reroute_compute("rebuild")
def rebuild(self, context, instance_id, image_href, admin_password,