summaryrefslogtreecommitdiff
path: root/keystoneclient/auth/identity/v3/base.py
Commit message (Expand)AuthorAgeFilesLines
* Update json module to jsonutilscao.yuan2019-02-251-2/+2
* Remove use of positional decoratorMorgan Fainberg2017-08-071-2/+0
* Fix 12 warnings when building keystoneclient docsGage Hugo2017-02-091-3/+3
* Allow seeing full token response when debug enabledStuart McLaren2016-03-151-0/+2
* use positional library instead of utilsSteve Martinelli2016-01-251-2/+2
* Address hacking check H405lin-hua-cheng2016-01-131-2/+4
* Mark abstractmethod bodies with nocoverBrant Knudson2015-10-211-2/+2
* pass on @abc.abstractmethodsDolph Mathews2015-10-211-0/+1
* Make __all__ immutableDolph Mathews2015-10-011-1/+1
* Stop using .keys() on dicts where not neededBrant Knudson2015-08-061-1/+1
* Proper deprecation for BaseIdentityPlugin trust_id propertyBrant Knudson2015-07-261-1/+11
* Allow requesting an unscoped TokenJamie Lennox2015-03-311-2/+9
* Extract BaseAuth out of Auth PluginJamie Lennox2015-03-171-25/+51
* Split v3 authentication file into moduleJamie Lennox2015-03-171-0/+217