0ab5a78d78249199cc25420fe80a2f8598022184
This fixes the same problem with leaking file descriptors after the port to requests I16a7b02f2b10e506e91719712cf34ef0aea1afc0 does, but for the v2 api client. The paginate function in the list method has been refactored from a recursive generator to a non-recursive generator, which avoids issues with garbage collection holding the socket open. Change-Id: Iaa7a421e8c1acafb7b23bb3f55e50b9d2a9d030a Closes-Bug: #1428797
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/>`_.
Description
Languages
Python
99.4%
Shell
0.6%