Comment 1 for bug 982108

Revision history for this message
Peng Yong (ppyy) wrote : Re: rebooting server failed when it's in rebooting_hard state

i checked commit 26227b79e9246a87eeb83766cfcc8e96d294d28b, it remove many scheduler_api.

 git log -p 26227b79

- @exception.novaclient_converter
- @scheduler_api.redirect_handler
     def _action_reboot(self, req, id, body):
         if 'reboot' in body and 'type' in body['reboot']:
             valid_reboot_types = ['HARD', 'SOFT']

and i can't find any schedule api in openstack any more.