diff options
| author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-09-13 16:46:53 -0700 |
|---|---|---|
| committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-09-13 16:46:53 -0700 |
| commit | 86b60c769a1e6c482afcd11fe6d11a6dd8bae2c0 (patch) | |
| tree | 09221662579485b46a42915185f20e7541cdf158 /nova/compute | |
| parent | 8a9b192f5436fa53b58b713e193733ea677766cc (diff) | |
| parent | 7f1a0a05ec32ecb07c3a5f2286f841c4abc8f5e0 (diff) | |
trunk merge
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 4da79cd3c..2a65ff042 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -1048,7 +1048,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, |
