Comment 2 for bug 1721742

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

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

commit d621267402cf85eb607e0a0f328958ca9c9c3754
Author: Kengo Takahara <email address hidden>
Date: Wed Oct 25 19:13:51 2017 +0900

    Evacuates instances which task_state is not none

    This patch added implementation so that masakari can evacuate
    instances which task_state is not none.
    After the instance evacuated, it is recovered with original
    vm_state. So if the instance's vm_state was 'stopped', it is
    recovered with 'stopped', and if 'error', it is recovered
    with 'error'.

    Change-Id: I7af8552de0ee77b948a071b7f787514a81ccebc3
    Closes-Bug: #1721742