Comment 12 for bug 1679750

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

Reviewed: https://review.openstack.org/517876
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2cd20613e3237754df7c4e73995ac5fdc10a1298
Submitter: Zuul
Branch: stable/pike

commit 2cd20613e3237754df7c4e73995ac5fdc10a1298
Author: Dan Smith <email address hidden>
Date: Sun Nov 5 15:32:01 2017 -0800

    Clean up allocations if instance deleted during build

    When we notice that an instance was deleted after scheduling, we punt on
    instance creation. When that happens, the scheduler will have created
    allocations already so we need to delete those to avoid leaking resources.

    Related-Bug: #1679750
    Change-Id: I54806fe43257528fbec7d44c841ee4abb14c9dff
    (cherry picked from commit 57a3af6921dea72b3b2972f66e089578331dbb63)