summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v3/token.py
Commit message (Expand)AuthorAgeFilesLines
* Blacken openstackclient.identityStephen Finucane2023-05-101-26/+36
* Replace six.iteritems() with .items()lihaijing2020-01-091-5/+4
* Add system role functionalityLance Bragstad2018-06-041-0/+6
* TrivialFix in helpMessage for readabilityzhiyong.dai2016-11-231-1/+1
* translate all command help strings3.4.0Steve Martinelli2016-11-171-5/+5
* format token expires time to prevent json loading datetime dataSteve Martinelli2016-09-051-1/+3
* osc-lib: commandDean Troyer2016-06-131-1/+1
* osc-lib: utilsDean Troyer2016-06-131-3/+2
* osc-lib: exceptionsDean Troyer2016-06-131-1/+2
* Moving authentication from keystoneclient to keystoneauthNavid Pustchi2016-06-091-5/+15
* Fix i18n support problems in identityTang Chen2016-06-071-17/+18
* Doc: Unify repeatable option commentsTang Chen2016-04-121-1/+1
* Improve error for token issue command without authtimothy-symanczyk2016-03-181-0/+4
* take_action() method from command.Command shouldn't returnMohan Muppidi2016-02-291-1/+0
* Support unscoped token requestguang-yee2016-02-191-0/+3
* Add "token revoke" for identity v3lin-hua-cheng2016-02-091-0/+19
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-20/+5
* Use a common decorator to log 'take_action' activationJoshua Harlow2015-09-011-1/+1
* Command doc: access tokenSteve Martinelli2015-01-091-9/+7
* Request token authorizeSteve Martinelli2015-01-091-10/+16
* Request token creation docs + tweaksSteve Martinelli2015-01-081-11/+32
* Fix token issue after auth changeupDean Troyer2014-10-201-3/+1
* Fix issue token for v3Steve Martinelli2014-10-111-2/+2
* Rename token classes to match commandDean Troyer2014-06-271-7/+8
* Merge "Change the token verb to issue/revoke"Jenkins2014-06-181-1/+1
|\
| * Change the token verb to issue/revokeTerry Howe2014-06-181-1/+1
* | Refactor oauth1 code for updatesSteve Martinelli2014-06-141-127/+29
* | replace string format arguments with function parametersChristian Berendt2014-05-201-7/+7
|/
* Fix some help stringsAndreas Jaeger2014-02-211-3/+3
* Add token create subcommand for identity v3 apiQiu Yu2014-01-291-0/+18
* Re-order oauth commands and sync with keystoneclientSteve Martinelli2013-08-211-0/+246