summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v2_0/token.py
Commit message (Expand)AuthorAgeFilesLines
* Blacken openstackclient.identityStephen Finucane2023-05-101-1/+2
* Replace six.iteritems() with .items()lihaijing2020-01-091-2/+1
* translate all command help strings3.4.0Steve Martinelli2016-11-171-2/+2
* format token expires time to prevent json loading datetime dataSteve Martinelli2016-09-051-1/+3
* osc-lib: commandDean Troyer2016-06-131-2/+2
* Moving authentication from keystoneclient to keystoneauthNavid Pustchi2016-06-091-4/+15
* remove #noqa from i18n importsSteve Martinelli2016-05-131-1/+1
* Trivial: Remove useless returnTang Chen2016-03-071-1/+0
* Support unscoped token requestguang-yee2016-02-191-1/+5
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-12/+2
* Use a common decorator to log 'take_action' activationJoshua Harlow2015-09-011-1/+2
* Mark identity v2 resources for translationSteve Martinelli2014-10-091-1/+3
* Use Keystone client session.SessionDean Troyer2014-09-081-2/+1
* Normalize more help stringsDean Troyer2014-07-241-1/+1
* Rename token classes to match commandDean Troyer2014-06-271-7/+9
* Merge "Change the token verb to issue/revoke"Jenkins2014-06-181-2/+2
|\
| * Change the token verb to issue/revokeTerry Howe2014-06-181-2/+2
* | Merge "Add token delete command for identity v2"Jenkins2014-06-181-0/+22
|\ \ | |/
| * Add token delete command for identity v2Terry Howe2014-05-231-0/+22
* | replace string format arguments with function parametersChristian Berendt2014-05-201-1/+1
|/
* Add token create subcommand for identity v2 apiQiu Yu2014-01-171-0/+38