Comment 12 for bug 1632403

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

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

commit d3bc8c4c58160c4b7e6b86034ca9a3a174767f3b
Author: Thomas Bechtold <email address hidden>
Date: Wed Nov 16 12:39:23 2016 +0100

    Handle deleted instances when refreshing the info_cache

    Commit cdb9b6820dc1 added code to refresh Neutron's info_cache after
    a associated floating IP was deleted. This fails in case the instance
    itself is deleted. The failure is then:

    InstanceInfoCacheNotFound: Info cache for instance $UUID could not \
                               be found.

    So when refreshing the cache, catch the InstanceInfoCacheNotFound
    exception.

    Change-Id: I560b28f3ec9e017f6a178bf5120534e21d0b9800
    Closes-Bug: #1632403