Comment 5 for bug 912897

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

Reviewed: https://review.openstack.org/3192
Committed: http://github.com/openstack/glance/commit/41b981c98d947ada3e8c83af8392e222ce1b00cd
Submitter: Jenkins
Branch: master

commit 41b981c98d947ada3e8c83af8392e222ce1b00cd
Author: Eoghan Glynn <email address hidden>
Date: Thu Jan 19 22:07:25 2012 +0000

    Swallow exception on unsupported image deletion.

    Fixes LP #912897

    When the remote store does not support deletion of images (e.g. HTTP)
    the StoreDeleteNotSupported exception is now swallowed and logged as
    opposed to it being propagated back to the glance CLI.

    Also after a failed delete, we avoid falling through to the delayed
    delete logic.

    Change-Id: I6cc529f029750fc66a4d32e2076f29198b3d2093