Comment 2 for bug 1068716

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

Reviewed: https://review.openstack.org/14571
Committed: http://github.com/openstack/nova/commit/c27558518800322bd13de5d6bd58bffba4e1a92f
Submitter: Jenkins
Branch: master

commit c27558518800322bd13de5d6bd58bffba4e1a92f
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