b8a881f5ea89514d715e61b632bc3081a0dde2c6
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
Python bindings to the OpenStack Images API ============================================= This is a client library for Glance built on the OpenStack Images API. It provides a Python API (the ``glanceclient`` module) and a command-line tool (``glance``). This library fully supports the v1 Images API, while support for the v2 API is in progress. Development takes place via the usual OpenStack processes as outlined in the `developer guide <http://docs.openstack.org/infra/manual/developers.html>`_. The master repository is in `Git <https://git.openstack.org/cgit/openstack/python-glanceclient>`_. See release notes and more at `<http://docs.openstack.org/developer/python-glanceclient/>`_. * License: Apache License, Version 2.0 * Documentation: http://docs.openstack.org/developer/python-glanceclient * Source: http://git.openstack.org/cgit/openstack/python-glanceclient * Bugs: http://bugs.launchpad.net/python-glanceclient
Description
Languages
Python
99.4%
Shell
0.6%