Comment 6 for bug 1713796

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

Reviewed: https://review.openstack.org/506458
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f18202185d05e3f7e89fca6bbc17daf3c5dc4b98
Submitter: Jenkins
Branch: master

commit f18202185d05e3f7e89fca6bbc17daf3c5dc4b98
Author: Matt Riedemann <email address hidden>
Date: Thu Sep 21 22:25:53 2017 -0400

    Remove allocations when unshelve fails on host

    When we unshelve an offloaded instance, the scheduler
    creates allocations in placement when picking a host.

    If the unshelve fails on the host, due to either the
    instance claim failing or the guest spawn failing, we
    need to remove the allocations since the instance isn't
    actually running on that host.

    Change-Id: Id2c7b7b3b4abda8a3b878fdee6806bcfe096e12e
    Closes-Bug: #1713796