summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v3/service.py
Commit message (Expand)AuthorAgeFilesLines
* Replace six.iteritems() with .items()lihaijing2020-01-091-3/+2
* Handle log message interpolation by the logger in identity/Gábor Antal2017-02-131-2/+2
* translate all command help strings3.4.0Steve Martinelli2016-11-171-5/+5
* Support bulk deletion for delete commands in identityv3Huanxuan Ao2016-07-191-6/+25
* Make set/unset commands pass normally when nothing specified in identityv3Huanxuan Ao2016-07-141-10/+0
* Modify help msg and docs in identitysunyajing2016-06-171-1/+1
* osc-lib: commandDean Troyer2016-06-131-1/+1
* osc-lib: utilsDean Troyer2016-06-131-2/+3
* Fix i18n support problems in identityTang Chen2016-06-071-17/+17
* Added "name" parameter to the help message.sharat.sharma2016-05-041-1/+1
* take_action() method from command.Command shouldn't returnMohan Muppidi2016-02-291-5/+6
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-23/+4
* Use a common decorator to log 'take_action' activationJoshua Harlow2015-09-011-5/+5
* Update service clist commands for v2 and v3Dean Troyer2015-01-161-9/+9
* Command docs: add serviceDean Troyer2015-01-121-10/+22
* Allow service description to be set for KS V3lin-hua-cheng2014-12-231-0/+14
* Remove 'links' section from several v3 Identity objectsSteve Martinelli2014-10-111-3/+3
* replace string format arguments with function parametersChristian Berendt2014-05-201-5/+5
* Merge "Make endpoint commands more consistent"Jenkins2014-04-231-12/+4
|\
| * Make endpoint commands more consistentTerry Howe2014-03-281-12/+4
* | Pass arguments to v3 keystoneclient by kwargJamie Lennox2014-04-041-3/+3
|/
* Identity v3 testsDean Troyer2013-09-091-42/+71
* Begin Python 3 compatabilityDean Troyer2013-07-291-3/+4
* Remove api = apiName calls from each methodSteve Martinelli2013-07-121-5/+0
* Add service v3 support for identitySteve Martinelli2013-03-191-0/+186