Comment 5 for bug 1496305

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-glanceclient (stable/liberty)

Reviewed: https://review.openstack.org/226636
Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=e82d9df74cbac9accc8a6724c0759760e44bb315
Submitter: Jenkins
Branch: stable/liberty

commit e82d9df74cbac9accc8a6724c0759760e44bb315
Author: Flavio Percoco <email address hidden>
Date: Wed Sep 16 10:56:31 2015 +0200

    Don't get the image before deleting it

    The client currently downloads the image metadata to check if it's deleted
    or not. This logic belongs to the server and it's already implemented
    there. Instead of getting the image, send the delete request and catch
    the 404 error, which is already raised by the server.

    Change-Id: I1e6ef42340f8e380ff99b9d6ca7ea416e0eebfbc
    Closes-bug: #1496305
    (cherry picked from commit b8a881f5ea89514d715e61b632bc3081a0dde2c6)