Comment 4 for bug 1687479

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

Reviewed: https://review.openstack.org/482620
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2954f0dfc913c3ad6ffe8c5f1178c6711f64eb9d
Submitter: Jenkins
Branch: stable/ocata

commit 2954f0dfc913c3ad6ffe8c5f1178c6711f64eb9d
Author: mdrabe <email address hidden>
Date: Wed May 24 15:56:13 2017 -0500

    Query deleted instance records during _destroy_evacuated_instances

    _destroy_evacuated_instances is responsible for cleaning up the
    remnants of instance evacuations from the source host. Currently
    this method doesn't account for instances that have been deleted
    after being evacuated.

    Change-Id: Ib5f6b03189b7fc5cd0b226ea2dca74865fbef12a
    Closes-Bug: #1687479
    (cherry picked from commit 42b1fa965028c12d6e78b70d2487d5dd49158176)