Comment 14 for bug 1712411

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

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

commit fd59e9adc62bec4502e764ff380a318d27a58b57
Author: Matt Riedemann <email address hidden>
Date: Mon Aug 28 20:07:30 2017 -0400

    Add functional recreate test for live migration pre-check fails

    This adds a functional test to recreate bug 1712411 where
    the allocations created against the destination node are not
    cleaned up by conductor when a MigrationPreCheckError happens
    and a rechedule to another host happens (or max retries are
    exceeded which is the case here with only two computes).

    Change-Id: Ieee45521c7e362b7dd053b20d3c39dea330ca080
    Relatd-Bug: #1712411
    (cherry picked from commit 0b05655ef8b62bcb21345e778baeed3114c11571)