Comment 4 for bug 1068716

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

Reviewed: https://review.openstack.org/16682
Committed: http://github.com/openstack/nova/commit/93efa2121afb53e663ad46e0f9d655f77005f6d2
Submitter: Jenkins
Branch: stable/folsom

commit 93efa2121afb53e663ad46e0f9d655f77005f6d2
Author: Jason Kölker <email address hidden>
Date: Fri Oct 19 12:47:55 2012 -0500

    Deallocate network if instance is deleted in spawn

    If the instance is deleted while the virt driver is spawning, an
    InstanceNotFound exception is raised and caught in compute to prevent it
    from being rescheduled. This also deallocates the network to prevent
    leaking interfaces/mac/ips.

    * Fixes LP1068716

    Change-Id: I991f5956facf7b105faea137d4a5b48897e68ae6
    (cherry picked from commit c27558518800322bd13de5d6bd58bffba4e1a92f)