summaryrefslogtreecommitdiff
path: root/keystoneclient/v3/client.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Change default endpoint for Keystone v3 to public"Brant Knudson2016-01-131-5/+0
* Change default endpoint for Keystone v3 to publicRoxana Gherle2015-12-231-0/+5
* Deprecate create v3 Client without sessionBrant Knudson2015-08-131-0/+14
* Proper deprecation for HTTPClient tenant_id, tenant_name parametersBrant Knudson2015-08-041-4/+6
* Merge "Support /auth routes for list projects and domains"Jenkins2015-06-301-0/+2
|\
| * Support /auth routes for list projects and domainsJamie Lennox2015-03-311-0/+2
* | Add EC2 CRUD credential support to v3 API1.6.0Jamie Lennox2015-06-021-0/+6
|/
* Add OS-SIMPLE-CERT support for v3.Brant Knudson2015-03-051-0/+6
* Change oslo.serialization to oslo_serializationBrant Knudson2015-01-311-1/+1
* Make keystoneclient use an adapterJamie Lennox2014-11-211-17/+20
* Merge "Cleanup docs - raises class"Jenkins2014-11-181-3/+4
|\
| * Cleanup docs - raises classBrant Knudson2014-10-181-3/+4
* | I18nBrant Knudson2014-10-281-6/+8
* | Use oslo.utils and oslo.serializationSteve Martinelli2014-10-151-1/+2
|/
* Add support for endpoint policy.Henry Nash2014-09-181-0/+7
* move attributes of v3.client.Client into alphabetical orderwanghong2014-08-071-5/+5
* expose the revoke token for V3wanghong2014-08-061-0/+6
* Docstrings for usability.Brant Knudson2014-07-121-0/+59
* Remove _factory methods from auth pluginsJamie Lennox2014-06-091-16/+30
* Fix attributes ordering at v3/client.pyRodrigo Duarte Sousa2014-05-281-2/+2
* Add /role_assignments endpoint supportRodrigo Duarte Sousa2014-05-271-0/+2
* Merge "Regions Management"Jenkins2014-05-081-0/+2
|\
| * Regions ManagementAdam Young2014-05-071-0/+2
* | OAuth request/access token and consumer support for oauth client APISteve Martinelli2014-05-071-0/+2
|/
* Implement endpoint filtering functionality on the client side.guang-yee2014-04-151-0/+2
* Add CRUD operations for Identity Providers.Marek Denis2014-04-091-0/+2
* Merge "Adds to Keystone to convert V2 endpoints to V3"Jenkins2014-03-261-0/+2
|\
| * Adds to Keystone to convert V2 endpoints to V3root2014-03-261-0/+2
* | Handle URLs via the session and auth_pluginsJamie Lennox2014-03-251-0/+3
* | Revert "Add request/access token and consumer..."Joe Gordon2014-03-151-2/+0
* | Add request/access token and consumer support for keystoneclientSteve Martinelli2014-03-121-0/+2
* | Privatize auth construction parametersJamie Lennox2014-03-041-14/+14
|/
* Create V3 Auth PluginsJamie Lennox2014-02-211-98/+24
* Merge "Adjust import items according to hacking import rule"Jenkins2014-01-301-0/+1
|\
| * Adjust import items according to hacking import ruleEric Guo2014-01-171-0/+1
* | Respect region name when processing domain URLJamie Lennox2014-01-211-2/+1
|/
* Fix missed management_url setter in v3 clientJamie Lennox2013-12-201-2/+2
* Merge "Properly handle Regions in keystoneclient"Jenkins2013-12-111-2/+2
|\
| * Properly handle Regions in keystoneclientJamie Lennox2013-12-041-2/+2
* | Discover supported APIsJamie Lennox2013-12-031-1/+2
|/
* Merge "Use OSLO jsonutils instead of json module"Jenkins2013-08-301-2/+2
|\
| * Use OSLO jsonutils instead of json moduleJamie Lennox2013-08-261-2/+2
* | clearer error when authenticate called without auth_urlSteven Hardy2013-08-231-0/+2
|/
* Initial Trusts supportSteven Hardy2013-08-201-3/+14
* Rename client.py to httpclient.pyJamie Lennox2013-08-101-2/+2
* flake8: fix alphabetical imports and enable H306Dolph Mathews2013-08-011-1/+1
* Client V3 shouldn't inherit V2Jamie Lennox2013-07-231-2/+5
* Fix and enable H401Dirk Mueller2013-06-271-3/+3
* Implements v3 auth client.lin-hua-cheng2013-06-201-19/+161
* Fix unused imports(flake8 F401, F999)Dolph Mathews2013-06-031-3/+4