Comment 10 for bug 1324934

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

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

commit 5a364cb00a39b31a9d5ddb30b5cc24af54e89f4a
Author: Andrew Laski <email address hidden>
Date: Fri May 30 17:52:53 2014 -0400

    Cleanup allocating networks when InstanceNotFound is raised

    Allocated networks were not being cleaned up if InstanceNotFound was
    raised after the allocation request was made. This ensures that the
    cleanup happens for this case.

    Also bypasses exception logging that should not occur in this case.

    Change-Id: Icd544752444415812714d91971e45b3ae2fb68ee
    Closes-Bug: 1324934