summaryrefslogtreecommitdiff
path: root/keystoneclient/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Update hacking for Python3Andreas Jaeger2020-03-311-0/+2
* Remove pbr warnerrors in favor of sphinx checkGage Hugo2017-04-241-1/+1
* Fixing D204, D205, and D207 PEP257 violation.Navid Pustchi2016-05-041-0/+10
* Fix D401 PEP257 violation.Navid Pustchi2016-04-231-1/+1
* Map keystoneclient exceptions to keystoneauthJamie Lennox2015-11-191-348/+223
* Adding back exception mapping for ConnectionErrorlin-hua-cheng2015-09-081-0/+1
* oslo-incubator apiclient.exceptions to keystoneclient.exceptionsBrant Knudson2015-08-051-11/+440
* Add get_communication_params interface to pluginsJamie Lennox2015-05-261-0/+17
* Implements subtree_as_ids and parents_as_idsRodrigo Duarte Sousa2015-03-131-0/+2
* Add name parameter to NoMatchingPlugin exceptionJamie Lennox2015-02-021-0/+11
* Merge "Cleanup docs - raises class"Jenkins2014-11-181-0/+9
|\
| * Cleanup docs - raises classBrant Knudson2014-10-181-0/+9
* | I18nBrant Knudson2014-10-281-2/+3
* | Correct use of noqaBrant Knudson2014-10-271-5/+5
|/
* remove useless part of error messageDolph Mathews2014-07-151-3/+2
* Add /role_assignments endpoint supportRodrigo Duarte Sousa2014-05-271-0/+4
* Compressed Signature and ValidationAdam Young2014-05-091-0/+8
* Add new error for invalid responseJamie Lennox2014-04-151-0/+8
* Rename HTTPError -> HttpErrorJamie Lennox2014-04-151-0/+1
* Reuse module `exceptions` from OsloAndrey Kurilin2014-04-011-8/+12
* Create V2 Auth PluginsJamie Lennox2014-02-211-0/+5
* Remove vim headerEric Guo2014-02-081-2/+0
* Create Authentication PluginsJamie Lennox2014-02-041-0/+4
* Discover supported APIsJamie Lennox2013-12-031-0/+8
* Extract a base Session objectJamie Lennox2013-11-281-0/+12
* Migrate the keystone.common.cms to keystoneclientLei Zhang2013-10-281-0/+9
* Merge "Add apiclient.exceptions hierarchy"Jenkins2013-08-301-159/+2
|\
| * Add apiclient.exceptions hierarchyAlessio Ababilov2013-08-201-159/+2
* | Fix License Headers and Enable Gating on H102Morgan Fainberg2013-08-271-0/+14
|/
* Fix and enable Gating on H404Dirk Mueller2013-08-151-30/+17
* Extract basic request callJamie Lennox2013-08-121-1/+9
* Fix and enable gating on H403Dirk Mueller2013-07-131-1/+2
* Fix and enable gating on H402Dirk Mueller2013-07-121-2/+2
* Fix and enable H401Dirk Mueller2013-06-271-1/+1
* Added Conflict Exception to the exception code mapKannan Manickam2013-05-071-0/+1
* Merge "Add name arguments to keystone command."Jenkins2013-02-131-0/+5
|\
| * Add name arguments to keystone command.Ken'ichi Ohmichi2013-01-171-0/+5
* | Treat HTTP code 400 and above as error.Lin Hua Cheng2013-02-051-0/+9
|/
* Use requests module for HTTP/HTTPSDean Troyer2012-12-181-7/+7
* Merge remote-tracking branch 'origin/feature/keystone-v3' into HEADDolph Mathews2012-10-301-0/+4
|\
| * v3 Domain/Project role grantsDolph Mathews2012-10-091-0/+4
* | Don't log an exception for an expected empty catalog.Gabriel Hurley2012-10-231-0/+5
* | Handle "503 Service Unavailable" exception.Bhuvan Arumugam2012-09-241-1/+10
|/
* pep8 1.1 changes and updatesJoe Heck2012-06-011-2/+6
* Improved error message when unable to communicate with keystone.Gabriel Hurley2011-12-071-1/+3
* Improved logging/error messages.Gabriel Hurley2011-11-171-2/+3
* Initial commit.Gabriel Hurley2011-10-251-0/+129