8e146ca5008b97f3cbdd09ee1171dfe58f40998e
the client should not log a server 50x response at ERROR level. It already throws an exception, so the caller can care about what it wants to do with this. This error will show up regularly in nova that succeed, and there is no way to disable this message, which isn't an error from Nova's perspective without turning off *all* the logs. Set this to debug instead, because from a caller perspective that's what you want out of this. Change-Id: I6d0efb53d1e81adf309f7fa580ec5a8073a811c5
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 `OpenStack wiki <http://wiki.openstack.org/HowToContribute>`_. The master repository is on `GitHub <http://github.com/openstack/python-glanceclient>`_. See release notes and more at `<http://docs.openstack.org/developer/python-glanceclient/>`_.
Description
Languages
Python
99.4%
Shell
0.6%