summaryrefslogtreecommitdiff
path: root/novaclient/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated methods and propertiesTakashi NATSUME2019-07-041-36/+0
* Add support for the 2.57 microversionMatt Riedemann2018-01-151-0/+1
* Make _console() publichuangtianhua2017-01-181-0/+8
* Remove support for non-keystone auth systemsMatt Riedemann2016-10-201-9/+0
* Handle error response for webob>=1.6.0Matt Riedemann2016-03-181-3/+15
* [microversions] Add support for 2.19Andrey Kurilin2016-02-161-0/+18
* Make _poll_for_status more user-friendlyAndrey Kurilin2016-02-041-3/+9
* Wrong usage of "a/an"hgangwx2015-12-301-1/+1
* Migrate to keystoneauth from keystoneclientMonty Taylor2015-12-121-1/+1
* Revert "Do not expose exceptions from requests library"Matt Riedemann2015-10-281-23/+0
* Do not expose exceptions from requests libraryJason Dunsmore2015-10-221-0/+23
* Add 'deleted' status check in _poll_for_statuswangxiyuan2015-07-281-0/+5
* Implements 'microversions' api type - Part 2Andrey Kurilin2015-07-251-0/+11
* Implements 'microversions' api type - Part 1Andrey Kurilin2015-07-161-2/+10
* Add retry_after only to exceptions supporting itMichal Dulko2014-09-181-12/+19
* Merge "Sync apiclient from oslo-incubator"Jenkins2014-07-251-0/+5
|\
| * Sync apiclient from oslo-incubatorliyingjun2014-06-261-0/+5
* | Revert "Reuse exceptions from Oslo"Russell Bryant2014-07-141-15/+159
* | Revert "Set default http-based exception as `HttpError`"Russell Bryant2014-07-111-12/+2
|/
* Allow us to use keystoneclient's sessionJamie Lennox2014-07-011-0/+10
* Set default http-based exception as `HttpError`Andrey Kurilin2014-05-221-2/+12
* Reuse exceptions from OsloAndrey Kurilin2014-04-251-159/+15
* Merge "Raise exception when poll returns error state"Jenkins2014-04-021-0/+5
|\
| * Raise exception when poll returns error stateRyan Hallisey2014-03-211-0/+5
* | Print a useful message for unknown server errorsJohannes Erdfelt2014-03-201-0/+2
|/
* Remove None for dict.get()zhang-jinnan2014-02-191-2/+2
* Enables H403 pep8 rulesSushil Kumar2013-12-141-2/+4
* Enable hacking check for Apache 2.0 licenseChris Yeoh2013-12-061-0/+13
* py33: 'dict_keys' object does not support indexingKui Shi2013-09-221-1/+1
* recognize 429 as an rate limiting statusJiajun Liu2013-07-171-1/+10
* Add MethodNotAllowed and Conflict exception classesBrian Waldon2013-05-261-2/+19
* Expose retry_after attribute of OverLimit exceptionBrian Waldon2013-04-291-0/+11
* Clean up exceptions.from_responseBrian Waldon2013-04-291-9/+16
* ClientExceptions should include url and methodSean McCully2013-01-231-4/+8
* Use requests module for HTTP/HTTPSDean Troyer2012-12-201-8/+11
* Add ConnectionRefused exception.Andrew Laski2012-09-071-0/+11
* Allow different auth providers via plugin system.Chmouel Boudjnah2012-08-061-0/+9
* Display the request id on error response.Alex Meade2012-04-111-4/+11
* Request ID when name is ambiguous.Rick Harris2012-04-091-0/+4
* Handle Ambiguous Endpoints CorrectlyZiad Sawalha2012-01-311-0/+9
* Abstract Client building into novaclient.clientBrian Waldon2011-12-291-0/+6
* new service catalog implementation.Sandy Walsh2011-09-261-0/+5
* proxy token support - no testsSandy Walsh2011-09-091-0/+6
* removing extra newlineBrian Waldon2011-08-101-1/+0
* catching authorization failure (x-server-management-url KeyError)Brian Waldon2011-08-101-0/+5
* Tests working again...merged in some work we did earlier.Brian Lamar2011-08-031-0/+105
* Split everything down the middle into v1_0 and v1_1, including tests.Brian Lamar2011-08-031-100/+0
* Added Jacob Kaplan-Moss copyright notices on older/untouched files.Sandy Walsh2011-02-251-0/+1
* renamed to novaclient and fixed flavor testsSandy Walsh2011-02-261-0/+99