nova/nova/compute
Matt Riedemann 89bc79a499 Don't trace on ImageNotFound in delete_image_on_error
The point of the delete_image_on_error decorator is to
cleanup an image used during snapshot operations, so it
makes little sense to log an exception trace if the image
delete fails because the image no longer exists, which it
might not since _snapshot_instance method will proactively
delete non-active images in certain situations.

So let's just handle the ImageNotFound and ignore it.

Change-Id: I14e061a28678ad28e38bd185e3d0a35cae41a9cf
Closes-Bug: #1648574
(cherry picked from commit 2bb70e7b15)
2016-12-12 10:15:36 +00:00
..
monitors Fix invalid import order 2016-07-04 11:23:52 +05:30
__init__.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
api.py Handle MarkerNotFound from cell0 database 2016-12-07 01:38:29 +00:00
arch.py Add amd64 to arch.canonicalize() 2014-09-08 08:08:00 -07:00
build_results.py Compute Add build_instance hook in compute manager 2014-12-04 10:12:00 -05:00
cells_api.py Handle ObjectActionError during cells instance delete 2016-09-08 15:42:36 -04:00
claims.py Fix drop_move_claim() on revert resize 2016-10-10 10:05:20 +01:00
cpumodel.py Add VirtCPUModel nova objects 2015-02-09 10:26:10 +11:00
flavors.py Return 400 HTTP error for invalid flavor attributes 2016-05-26 09:49:39 +05:30
hv_type.py Add 'lxd' to the list of recognized hypervisors 2015-11-17 08:56:20 +00:00
instance_actions.py Report instance-actions for live migration force complete API 2016-03-10 15:02:35 +00:00
manager.py Don't trace on ImageNotFound in delete_image_on_error 2016-12-12 10:15:36 +00:00
power_state.py Removed enum duplication from nova.compute 2016-09-02 07:30:44 +00:00
resource_tracker.py Merge "Fix drop_move_claim() on revert resize" into stable/newton 2016-10-17 00:39:59 +00:00
rpcapi.py Send events to all relevant hosts if migrating 2016-11-01 12:08:38 -04:00
stats.py Address nits in I83a5f06ad 2016-03-09 13:19:59 +00:00
task_states.py Removed enum duplication from nova.compute 2016-09-02 07:30:44 +00:00
utils.py Transform instance.delete notifications 2016-06-30 16:54:51 +02:00
vm_mode.py Convert nova.compute.* to use instance dot notation 2015-02-25 17:21:36 -05:00
vm_states.py Removed enum duplication from nova.compute 2016-09-02 07:30:44 +00:00