Comment 27 for bug 1713786

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (stable/pike)

Reviewed: https://review.openstack.org/503163
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=61ad70565e4d241f0a3f01d999e3aaf7a2eef3a3
Submitter: Jenkins
Branch: stable/pike

commit 61ad70565e4d241f0a3f01d999e3aaf7a2eef3a3
Author: Matt Riedemann <email address hidden>
Date: Thu Aug 31 22:56:59 2017 -0400

    Add a test to make sure failed evacuate cleans up dest allocation

    If we actually make the MoveClaim but the evacuation fails
    in the virt driver, the drop_move_claim via the MoveClaim.abort
    will remove the destination node allocation. This adds a functional
    test to show that works.

    Change-Id: Ib58c487e97a041b8498746e8a276efffee239c56
    Related-Bug: #1713786
    (cherry picked from commit 30946f9a5eeea839631cdb1dba9c26d45f7a8d00)