summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v2_0/user.py
Commit message (Expand)AuthorAgeFilesLines
* Replace six.iteritems() with .items()lihaijing2020-01-091-3/+2
* Use cliff formattable columns in identity commandsAkihiro Motoki2019-06-221-10/+31
* Error handling for delete commands in identityHuanxuan Ao2017-01-031-5/+19
* translate all command help strings3.4.0Steve Martinelli2016-11-171-5/+5
* Warning for empty password set for user create/setqtang2016-10-191-0/+8
* Remove execute permission on a few filesSongmingYan2016-07-221-0/+0
* Correct reraising of exceptionqinchunhua2016-07-071-4/+4
* Merge "Standardize logger usage"Jenkins2016-06-201-1/+6
|\
| * Standardize logger usageTang Chen2016-06-201-1/+6
* | Modify help msg and docs in identitysunyajing2016-06-171-1/+1
|/
* Make set/unset command in identity and image pass normally when nothing speci...sunyajing2016-06-171-9/+0
* osc-lib: commandDean Troyer2016-06-131-1/+1
* osc-lib: utilsDean Troyer2016-06-131-3/+2
* Fix i18n support problems in identityTang Chen2016-06-071-2/+3
* remove #noqa from i18n importsSteve Martinelli2016-05-131-1/+1
* Trivial: Remove useless returnTang Chen2016-03-071-2/+0
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-22/+4
* Switch to ksa SessionDean Troyer2015-12-021-3/+3
* Use a common decorator to log 'take_action' activationJoshua Harlow2015-09-011-5/+5
* Fine tune some of the helps commandsSteve Martinelli2015-01-131-1/+1
* add multi-delete support for identitywanghong2014-12-231-9/+10
* Don't import form keystoneclient.openstack.commonJamie Lennox2014-12-171-1/+1
* Command object docs: project, role, userDean Troyer2014-12-011-20/+20
* Add --or-show option to user createDean Troyer2014-11-071-7/+23
* Add translation markers for user v2 actionsSteve Martinelli2014-10-091-20/+21
* Return current user/project for user/project show commandsDean Troyer2014-09-141-12/+30
* user create v2.0 depends on tenantId in responseSteve Martinelli2014-08-041-3/+4
* replace string format arguments with function parametersChristian Berendt2014-05-201-5/+5
* Fix the project option to user list so it filtersTerry Howe2014-04-011-2/+17
* Merge "Fix some help strings"Jenkins2014-02-231-1/+1
|\
| * Fix some help stringsAndreas Jaeger2014-02-211-1/+1
* | Add ability to prompt for passwords for user create and setTerry Howe2014-02-211-0/+17
|/
* Prepare for Identity v3 testsDean Troyer2013-09-091-20/+55
* Add Identity v2 user testsDean Troyer2013-08-191-28/+42
* Remove tenant round 2 - Identity APIDean Troyer2013-07-311-23/+84
* Begin Python 3 compatabilityDean Troyer2013-07-291-3/+4
* Remove api = apiName calls from each methodSteve Martinelli2013-07-121-5/+0
* Fix flake8 errors in anticipation of flake8 patch.Monty Taylor2013-05-141-1/+2
* Multiple API version supportDean Troyer2013-02-061-2/+2
* Upgraded to PEP8 1.3.3 to stay aligned with Nova, etc.Josh Kearney2013-01-311-51/+27
* Standardize on a copyright header and ensure all files have them.Josh Kearney2013-01-241-12/+10
* Refactor cliff.Command.run()Dean Troyer2012-06-201-16/+16
* Fix 'set user' commandDean Troyer2012-05-181-1/+6
* Add user CRUD commandsDean Troyer2012-05-151-0/+247