summaryrefslogtreecommitdiff
path: root/openstackclient/api/auth.py
Commit message (Expand)AuthorAgeFilesLines
* Add importing file to import warningsDean Troyer2016-08-301-1/+4
* osc-lib: api.authDean Troyer2016-06-301-222/+8
* Remove OSCGenericPassword pluginDean Troyer2016-06-221-2/+2
* Refactor setting defaults for some scope parametersAlvaro Lopez Garcia2016-06-211-1/+4
* Refactor check_valid_auth_options functionAlvaro Lopez Garcia2016-06-211-22/+21
* Do not prompt for scope options with default scoped tokensDolph Mathews2016-06-171-18/+18
* Fix missing i18n supports in api/ and shell.pyHuanxuan Ao2016-06-141-9/+9
* osc-lib: utilsDean Troyer2016-06-131-1/+1
* osc-lib: exceptionsDean Troyer2016-06-131-1/+1
* Moving authentication from keystoneclient to keystoneauthNavid Pustchi2016-06-091-18/+11
* Avoid TypeError on message object additionsMadhu Mohan Nelemane2016-05-191-16/+20
* Clean redundant argument to dict.getting.wang2016-02-211-15/+15
* Merge "Support unscoped token request"Jenkins2016-02-211-3/+8
|\
| * Support unscoped token requestguang-yee2016-02-191-3/+8
* | Replace string format arguments with function parametersting.wang2016-02-201-2/+2
|/
* Fix 'auhentication' spelling error/mistakeJoshua Harlow2015-09-011-1/+1
* Improve the hint messageDave Chen2015-06-141-2/+4
* Set tenant options on parsed namespaceJamie Lennox2015-05-311-1/+3
* Add --os-cloud supportDean Troyer2015-04-181-46/+58
* Defer client importsDean Troyer2015-04-151-22/+42
* Move OSC auth plugins so they can be foundDean Troyer2015-03-101-97/+0
* Merge "Fix auth-required for help command"Jenkins2015-03-021-3/+3
|\
| * Fix auth-required for help commandDean Troyer2015-02-271-3/+3
* | change oslo namespace to avoid warningTerry Howe2015-02-251-1/+1
|/
* Merge "Add version url config workaround"Jenkins2015-01-191-1/+45
|\
| * Add version url config workaroundDean Troyer2015-01-151-1/+45
* | Add helpful messages when authN'ing with passwordSteve Martinelli2015-01-161-1/+21
|/
* Add environment variable in the os-auth-type helpMarek Denis2014-11-171-1/+2
* Change --os-auth-plugin to --os-auth-typeDean Troyer2014-10-231-33/+31
* Clean up shell authenticationDean Troyer2014-10-211-1/+1
* Add plugin to support token-endpoint authDean Troyer2014-10-121-8/+61
* Support for keystone auth pluginsMatthieu Huin2014-10-091-0/+180