summaryrefslogtreecommitdiff
path: root/cinderclient/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Add cinder create --pollChaynika Saikia2017-07-241-0/+23
* Handle error response for webob>=1.6.0Akira KAMIO2016-12-091-3/+8
* Make APIVersion's null check more pythonicGorka Eguileor2016-08-291-3/+3
* Add "start_version" and "end_version" support to argparseCao Shufeng2016-08-161-0/+28
* Fix _get_rate_limit when resp is NoneJavier Pena2016-07-061-1/+1
* Cinder client should retry with Retry-After valueYuriy Nesenenko2016-07-061-3/+28
* Support api-microversionsscottda2016-04-191-0/+20
* Don't print HTTP codes for non-HTTP errorsEric Harney2016-02-241-1/+4
* Fix ClientException init when there is no message on py34Matt Riedemann2015-08-041-3/+5
* Fix typo in comment messageLin Yang2015-07-021-3/+3
* Fixed typos found by RETF rulesChristian Berendt2014-09-081-1/+1
* Merge "When there is no error body return the HTTP reason"Jenkins2014-04-181-1/+2
|\
| * When there is no error body return the HTTP reasonRussell Sim2014-03-041-1/+2
* | Add auth_plugin support to cinderclientCory Stone2014-02-141-0/+9
|/
* python3: Refactor dict for python2/python3 compatChuck Short2013-10-111-1/+1
* Merge "convert third-party exception to ConnectionError"Jenkins2013-08-121-0/+5
|\
| * convert third-party exception to ConnectionErrorChristian Berendt2013-08-061-0/+5
* | Sync with global requirementsMonty Taylor2013-08-061-0/+14
|/
* Revert "Use exceptions from oslo"John Griffith2013-07-151-3/+153
* Use exceptions from osloAlessio Ababilov2013-07-011-153/+3
* Merge "Connectivity between the endpoint version and OS_VOLUME_API_VERSION."Jenkins2013-06-251-0/+4
|\
| * Connectivity between the endpoint version and OS_VOLUME_API_VERSION.Anastasia Latynskaya2013-06-251-0/+4
* | python3: Fix traceback while running testsChuck Short2013-06-191-1/+1
* | Start Gating on Pyflakes and HackingDirk Mueller2013-06-091-2/+4
|/
* Use requests module for HTTP/HTTPSDean Troyer2012-12-181-8/+11
* Set pep8 version to 1.1 in test_requiresJohn Griffith2012-06-151-1/+2
* Initial split from python-novaclient.0.0Jenkins2012-05-211-0/+146