Comment 2 for bug 1782518

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

Reviewed: https://review.openstack.org/585592
Committed: https://git.openstack.org/cgit/openstack/masakari/commit/?id=c3d12e37b0c5123cb2b2397c12f6f4ba6c45e73f
Submitter: Zuul
Branch: master

commit c3d12e37b0c5123cb2b2397c12f6f4ba6c45e73f
Author: Kengo Takahara <email address hidden>
Date: Wed Jul 25 11:22:54 2018 +0900

    Recover resized instance(power_state=SHUTDOWN) with vm_state=stopped

    The instance which is vm_state=resized and power_state=SHUTDOWN
    should not be recovered with vm_state=error. It should be recovered
    with vm_state=stopped. The instances such as paused or suspended
    (which are other than vm_state=active,stopped,error) are also the same.

    This patch modified that masakari-engine will recover these instances
    with vm_state=stopped.

    Change-Id: Ibdea705f69d139834c9b2294ae11bc9344c259bd
    Closes-Bug: #1782518