summaryrefslogtreecommitdiff
path: root/openstackclient/common/clientmanager.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Raise AttributeError for unknown attributesJamie Lennox2015-03-051-0/+2
|/
* Fix auth-required for help commandDean Troyer2015-02-271-29/+42
* Adding default user_domain_id parameter only when usingIgor_Bolotin2015-02-051-0/+1
* Merge "Add helpful messages when authN'ing with password"Jenkins2015-01-161-1/+4
|\
| * Add helpful messages when authN'ing with passwordSteve Martinelli2015-01-161-1/+4
* | Default user domain id and project domain idSteve Martinelli2015-01-161-0/+17
|/
* Adjust some logging levelsDean Troyer2014-10-241-1/+1
* Change --os-auth-plugin to --os-auth-typeDean Troyer2014-10-231-9/+9
* Clean up shell authenticationDean Troyer2014-10-211-7/+39
* Remove ClientManager._service_catalogDean Troyer2014-10-181-7/+7
* Remove now-unnecessary client creation hacksDean Troyer2014-10-181-3/+0
* Merge "Add plugin to support token-endpoint auth"Jenkins2014-10-171-21/+20
|\
| * Add plugin to support token-endpoint authDean Troyer2014-10-121-21/+20
* | Merge "Move plugin stuff to clientmanager"Jenkins2014-10-171-3/+27
|\ \
| * | Move plugin stuff to clientmanagerDean Troyer2014-10-131-3/+27
| |/
* | Fix operation on clouds with availability-zonesMonty Taylor2014-10-111-2/+2
|/
* Support for keystone auth pluginsMatthieu Huin2014-10-091-81/+44
* Use Keystone client session.SessionDean Troyer2014-09-081-11/+57
* Change app.restapi to app.client_manager.sessionDean Troyer2014-08-251-1/+13
* Add basic timing supportDean Troyer2014-07-081-2/+3
* trust authenticationMatthieu Huin2014-07-031-1/+3
* replace string format arguments with function parametersChristian Berendt2014-05-201-1/+1
* Add support for specifying custom domainsPaul Belanger2014-01-071-3/+13
* Expand support for command extensionsDean Troyer2013-11-211-8/+25
* Add options to support TLS certificate verificationDean Troyer2013-10-071-1/+11
* Add Identity v2 role and service testsDean Troyer2013-09-041-1/+4
* Object API commands using our REST API layerDean Troyer2013-08-281-0/+2
* Remove tenant round 1 - global optionsDean Troyer2013-07-311-4/+4
* Add Cinder API V1 SupportSteve Martinelli2013-02-081-0/+2
* Upgraded to PEP8 1.3.3 to stay aligned with Nova, etc.Josh Kearney2013-01-311-17/+8
* Standardize on a copyright header and ensure all files have them.Josh Kearney2013-01-241-12/+10
* Clean up test environment and remove unused imports.Josh Kearney2013-01-221-1/+0
* Adds Glance API v2 support.Josh Kearney2013-01-161-1/+3
* Add API versioning supportDean Troyer2012-05-101-6/+2
* look at the command the user is going to run before trying to authenticate themDoug Hellmann2012-05-101-3/+0
* Add copyright notices and update datesDean Troyer2012-05-101-0/+17
* More identity client configDean Troyer2012-05-101-35/+8
* Add Identity to ClientManagerDean Troyer2012-05-041-13/+11
* Fix "help" command and implement "list server" and "show server"Doug Hellmann2012-05-041-0/+107