Comment 8 for bug 1236930

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/51130
Committed: http://github.com/openstack/nova/commit/2392313f562ba6a90ed1ec3fbc507862043fa44f
Submitter: Jenkins
Branch: master

commit 2392313f562ba6a90ed1ec3fbc507862043fa44f
Author: Jay Lau <email address hidden>
Date: Sat Oct 12 13:52:38 2013 +0800

    compute api should throw exception if soft reboot invalid state VM

    When user perform soft reboot to a VM which in suspended/paused/
    stopped/error state, nova compute api should throw exception for
    such state.

    Change-Id: Ic365c6360f6b7407d9de0dac6ff1093484692cf4
    Closes-Bug: #1236930