summaryrefslogtreecommitdiff
path: root/openstackclient/identity/client.py
Commit message (Expand)AuthorAgeFilesLines
* Change Identity API default version to 3Steve Martinelli2015-10-091-1/+1
* Do not set default versions in parsed argsTerryHowe2015-07-181-5/+3
* Rename endpoint type to interfaceTerryHowe2015-07-151-3/+2
* Add --os-endpoint-type cli optional argumentRoxana Gherle2015-07-021-1/+6
* Raise AttributeError for unknown attributesJamie Lennox2015-03-051-1/+0
* Add region name for identity and volume clientsSteve Martinelli2015-01-211-0/+1
* Liberalize version matching a bitDean Troyer2014-11-161-4/+6
* Remove ClientManager._service_catalogDean Troyer2014-10-181-20/+4
* Support for keystone auth pluginsMatthieu Huin2014-10-091-15/+6
* Use Keystone client session.SessionDean Troyer2014-09-081-23/+13
* Merge "Change app.restapi to app.client_manager.session"Jenkins2014-09-061-0/+10
|\
| * Change app.restapi to app.client_manager.sessionDean Troyer2014-08-251-0/+10
* | Make Identity client load like the othersDean Troyer2014-08-281-0/+21
|/
* More make_client() logging cleanupDean Troyer2014-07-261-1/+1
* Clean up make_client() loggingDean Troyer2014-07-081-2/+4
* trust authenticationMatthieu Huin2014-07-031-0/+2
* Use cacert values when creating identity clientJamie Lennox2014-02-261-1/+4
* Python 3: fix a syntax errorCyril Roelandt2014-02-111-1/+1
* Add support for specifying custom domainsPaul Belanger2014-01-071-0/+6
* Expand support for command extensionsDean Troyer2013-11-211-0/+2
* Add options to support TLS certificate verificationDean Troyer2013-10-071-1/+4
* Add Identity v2 role and service testsDean Troyer2013-09-041-1/+2
* Merge "Remove tenant round 1 - global options"Jenkins2013-07-311-2/+2
|\
| * Remove tenant round 1 - global optionsDean Troyer2013-07-311-2/+2
* | Add security group commandsDean Troyer2013-07-291-1/+12
|/
* Upgraded to PEP8 1.3.3 to stay aligned with Nova, etc.Josh Kearney2013-01-311-8/+5
* Merge "Standardize on a copyright header and ensure all files have them."Jenkins2013-01-281-12/+10
|\
| * Standardize on a copyright header and ensure all files have them.Josh Kearney2013-01-241-12/+10
* | v3 identity - group and project apiSteve Martinelli2013-01-281-0/+1
|/
* Clean up test environment and remove unused imports.Josh Kearney2013-01-221-1/+0
* Move get_client_class() to common.utilsDean Troyer2012-05-111-14/+6
* Add API versioning supportDean Troyer2012-05-101-3/+22
* Add copyright notices and update datesDean Troyer2012-05-101-0/+17
* More identity client configDean Troyer2012-05-101-9/+16
* Add Identity to ClientManagerDean Troyer2012-05-041-0/+20