Comment 8 for bug 1709902

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

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

commit 0de806684f5d670dd5f961f7adf212961da3ed87
Author: Balazs Gibizer <email address hidden>
Date: Fri Aug 11 11:40:35 2017 +0200

    delete allocation of evacuated instance

    After evacuation the instance has allocations on both the source and
    the destination computes. This is OK as the source compute is down.
    However after the source compute is brought up the allocation from
    the source host needs to be cleaned up.

    Closes-Bug: #1709902
    Change-Id: I0df401a7c91f012fdb25cb0e6b344ca51de8c309
    (cherry picked from commit 9b9c2c52f323c536fb90bb29a40efbed1b129594)