summaryrefslogtreecommitdiff
path: root/keystoneclient/v2_0/client.py
Commit message (Expand)AuthorAgeFilesLines
* Fixing D202 and D203 PEP257 violation.Navid Pustchi2016-05-041-1/+0
* Update Client examples to use sessionsBrant Knudson2016-02-281-12/+23
* Deprecate create v2_0 Client without sessionBrant Knudson2015-08-131-0/+14
* Add get certificates for v2.0Brant Knudson2014-12-291-0/+2
* Make keystoneclient use an adapterJamie Lennox2014-11-211-8/+10
* Merge "Cleanup docs - raises class"Jenkins2014-11-181-2/+2
|\
| * Cleanup docs - raises classBrant Knudson2014-10-181-2/+2
* | I18nBrant Knudson2014-10-281-5/+7
|/
* Fix a doc_string errorjun xie2014-09-181-1/+1
* Pass user and roles manager to tenant managerJamie Lennox2014-07-041-1/+2
* Pass roles manager to user managerJamie Lennox2014-07-041-1/+1
* Remove _factory methods from auth pluginsJamie Lennox2014-06-091-8/+16
* Add support for extensions-listMatt Fischer2014-05-271-0/+2
* Handle URLs via the session and auth_pluginsJamie Lennox2014-03-251-0/+3
* Fix doc build errorsBrant Knudson2014-03-131-3/+3
* Privatize auth construction parametersJamie Lennox2014-03-041-7/+7
* Create V2 Auth PluginsJamie Lennox2014-02-211-41/+17
* Adjust import items according to hacking import ruleEric Guo2014-01-171-0/+1
* Discover supported APIsJamie Lennox2013-12-031-1/+2
* Allow v2 client authentication with trust_idSteven Hardy2013-09-261-2/+8
* clearer error when authenticate called without auth_urlSteven Hardy2013-08-231-0/+2
* Rename client.py to httpclient.pyJamie Lennox2013-08-101-2/+2
* Client V3 shouldn't inherit V2Jamie Lennox2013-07-231-27/+0
* Fix and enable gating on H403Dirk Mueller2013-07-131-1/+2
* Fix and enable gating on H402Dirk Mueller2013-07-121-1/+1
* Fix and enable H401Dirk Mueller2013-06-271-4/+4
* Implements v3 auth client.lin-hua-cheng2013-06-201-24/+35
* Use AuthRef for some client fieldsJulien Danjou2013-06-111-21/+9
* Fix unused imports(flake8 F401, F999)Dolph Mathews2013-06-031-8/+8
* Revert "Use TokenManager to get token"Dolph Mathews2013-04-301-7/+30
* Use TokenManager to get tokenJulien Danjou2013-04-191-30/+7
* Merge "Implements token expiration handling"Jenkins2013-02-191-1/+0
|\
| * Implements token expiration handlingJulien Danjou2013-02-011-1/+0
* | Merge "Remove useless import"Jenkins2013-02-151-1/+0
|\ \ | |/ |/|
| * Remove useless importJulien Danjou2013-01-221-1/+0
* | Take region_name into account when calling url_forSam Morrison2013-01-241-1/+2
|/
* Prevent an uncaught exception from being rasied.K Jonathan Harker2012-12-141-1/+1
* bug-1040361: use keyring to store tokensGuang Yee2012-12-041-43/+27
* Fix scoped auth for non-admins (bug 1081192)Dolph Mathews2012-11-201-2/+3
* Merge "HACKING compliance: consistent usage of 'except'"Jenkins2012-11-131-1/+1
|\
| * HACKING compliance: consistent usage of 'except'Dolph Mathews2012-11-051-1/+1
* | removing repeat attempt at authorization in clientJoe Heck2012-11-091-38/+126
* | Merge "Replace refs to 'Keystone API' with 'Identity API'"Jenkins2012-11-061-1/+1
|\ \
| * | Replace refs to 'Keystone API' with 'Identity API'Dolph Mathews2012-10-241-1/+1
| |/
* | Fix keystoneclient so swift works against Rackspace Cloud FilesJoseph W. Breu2012-11-051-0/+5
|/
* Merge "Don't log an exception for an expected empty catalog."Jenkins2012-10-241-5/+4
|\
| * Don't log an exception for an expected empty catalog.Gabriel Hurley2012-10-231-5/+4
* | add a new HTTPClient attr for setting the original IPIonuț Arțăriși2012-10-221-0/+3
|/
* Ensure JSON isn't read on no HTTP response bodyJay Pipes2012-10-171-1/+1
* Useful error msg when missing catalog (bug 949904)Dolph Mathews2012-10-111-2/+5