summaryrefslogtreecommitdiff
path: root/keystoneclient/client.py
Commit message (Expand)AuthorAgeFilesLines
* Docstring: Mark optional parameter as optional.Rushi Agrawal2015-12-161-1/+1
* Proper deprecation for Session.construct()Brant Knudson2015-08-131-1/+1
* Proper deprecation for client.HTTPClientBrant Knudson2015-07-261-2/+12
* Docstring usability improvementsBrant Knudson2015-01-071-8/+13
* Cleanup docs - raises classBrant Knudson2014-10-181-2/+4
* Remove vim headerEric Guo2014-02-081-2/+0
* Provide a conversion function for creating sessionJamie Lennox2014-02-031-3/+9
* Adjust import items according to hacking import ruleEric Guo2014-01-171-0/+1
* Discover supported APIsJamie Lennox2013-12-031-0/+23
* Restore client.py for backward compatibilityJamie Lennox2013-08-211-0/+18
* Rename client.py to httpclient.pyJamie Lennox2013-08-101-623/+0
* Client V3 shouldn't inherit V2Jamie Lennox2013-07-231-1/+22
* Implements v3 auth client.lin-hua-cheng2013-06-201-62/+231
* Merge "Use AuthRef for some client fields"Jenkins2013-06-151-0/+9
|\
| * Use AuthRef for some client fieldsJulien Danjou2013-06-111-0/+9
* | Fix optional keyring support, add basic keyring testsRob Crittenden2013-06-101-16/+12
|/
* Fix unused imports(flake8 F401, F999)Dolph Mathews2013-06-031-2/+2
* Fix line continuations (flake8 E125, E126)Dolph Mathews2013-06-031-2/+2
* Only add logging handlers if there currently aren't anyNicolas Simonds2013-05-211-1/+1
* Revert "Use TokenManager to get token"Dolph Mathews2013-04-301-8/+7
* Use TokenManager to get tokenJulien Danjou2013-04-191-7/+8
* Merge "Pass json object when invoking exception handler."Jenkins2013-04-181-10/+10
|\
| * Pass json object when invoking exception handler.Lin Hua Cheng2013-04-171-10/+10
* | Convert requests.ConnectionError to ClientExceptionBrian Waldon2013-04-021-5/+10
|/
* Work better in server env with no keyringsDavanum Srinivas2013-03-041-12/+12
* Fix selef to self in class.Chmouel Boudjnah2013-02-201-1/+1
* Merge "Implements token expiration handling"Jenkins2013-02-191-5/+27
|\
| * Implements token expiration handlingJulien Danjou2013-02-011-5/+27
* | Merge "If you specify the --debug argument, it doesn't show the body of a POS...Jenkins2013-02-161-2/+2
|\ \
| * | If you specify the --debug argument, it doesn't show the body of a POST reque...Ruby Loo2013-01-241-2/+2
* | | Fix debug with requests.Chmouel Boudjnah2013-02-131-1/+1
* | | Allow requests up to 0.8 and greaterChuck Short2013-02-111-6/+2
* | | Treat HTTP code 400 and above as error.Lin Hua Cheng2013-02-051-1/+1
| |/ |/|
* | Merge "Remove useless code"Jenkins2013-01-241-1/+0
|\ \
| * | Remove useless codeJulien Danjou2013-01-231-1/+0
| |/
* | Allow request timeout to be specified.Joshua Harlow2013-01-181-0/+11
|/
* Merge "Use requests module for HTTP/HTTPS"Jenkins2012-12-201-30/+50
|\
| * Use requests module for HTTP/HTTPSDean Troyer2012-12-181-30/+51
* | Print to stderr when keyring module is missing.Dan Prince2012-12-141-1/+5
|/
* Make use_keyring False by default.Dan Prince2012-12-061-1/+1
* bug-1040361: use keyring to store tokensGuang Yee2012-12-041-3/+150
* Add command to allow users to change their own passwordDerek Higgins2012-11-271-2/+9
* fixes auth_ref initialization errorJoe Heck2012-11-151-10/+25
* removing repeat attempt at authorization in clientJoe Heck2012-11-091-28/+31
* 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
* | Merge remote-tracking branch 'origin/feature/keystone-v3' into HEADDolph Mathews2012-10-301-1/+10
|\ \ | |/ |/|
| * Allow serialization impl to be overriddenDolph Mathews2012-09-111-1/+4
| * Add support for HEAD and PATCHDolph Mathews2012-09-111-0/+6
* | add a new HTTPClient attr for setting the original IPIonuț Arțăriși2012-10-221-1/+5