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.
Reviewed: https:/ /review. openstack. org/398308 /git.openstack. org/cgit/ openstack/ nova/commit/ ?id=d3bc8c4c581 60c4b7e6b86034c a9a3a174767f3b
Committed: https:/
Submitter: Jenkins
Branch: master
commit d3bc8c4c58160c4 b7e6b86034ca9a3 a174767f3b
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:
InstanceInf oCacheNotFound: Info cache for instance $UUID could not \
be found.
So when refreshing the cache, catch the InstanceInfoCac heNotFound
exception.
Change-Id: I560b28f3ec9e01 7f6a178bf512053 4e21d0b9800
Closes-Bug: #1632403