summaryrefslogtreecommitdiff
path: root/keystoneclient/v2_0/client.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* pep8 1.1 changes and updatesJoe Heck2012-06-011-2/+3
* prevent keyerrors when accessing optional keystermie2012-03-071-2/+4
* Make ec2-credentials-* commands work properly for non-admin userDean Troyer2012-03-061-1/+5
* Endpoints: Add create, delete, list supportAdam Gandelman2012-02-271-0/+2
* Display token and service catalog for userBrian Waldon2012-02-161-1/+1
* support ec2 crud callsJesse Andrews2012-01-161-0/+5
* log when no service catalogJesse Andrews2011-12-211-1/+1
* update comment to be tenant_nameJesse Andrews2011-12-191-1/+1
* finish removing project_idJesse Andrews2011-12-191-2/+0
* Fix the testsJesse Andrews2011-12-181-7/+9
* remove X-Auth-Project-Id, re-add auth by token support (most tests pass)Jesse Andrews2011-12-181-0/+1
* pep8Jesse Andrews2011-12-181-2/+5
* set the management_url from the service_catalogJesse Andrews2011-12-181-0/+1
* more work on standardizing project_idJesse Andrews2011-12-171-2/+4
* remove print statements and uncomment exceptionsJesse Andrews2011-12-171-15/+14
* more work on standardization of cliauthJesse Andrews2011-12-171-1/+1
* remove user_id as you shouldn't auth using itJesse Andrews2011-12-171-1/+0
* initial pass to cliauth blueprintJesse Andrews2011-12-171-20/+20
* pep8 cleanupJoe Heck2011-11-101-5/+10
* Initial commit.Gabriel Hurley2011-10-251-0/+111