summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v2_0/role.py
Commit message (Expand)AuthorAgeFilesLines
* Error handling for delete commands in identityHuanxuan Ao2017-01-031-5/+18
* translate all command help strings3.4.0Steve Martinelli2016-11-171-7/+7
* Add assignment list to v2 identity and deprecate alternate listingHenry Nash2016-07-221-0/+16
* Remove execute permission on a few filesSongmingYan2016-07-221-0/+0
* Correct reraising of exceptionqinchunhua2016-07-071-2/+2
* Standardize logger usageTang Chen2016-06-201-1/+6
* osc-lib: commandDean Troyer2016-06-131-1/+1
* osc-lib: utilsDean Troyer2016-06-131-1/+1
* osc-lib: exceptionsDean Troyer2016-06-131-3/+2
* Moving authentication from keystoneclient to keystoneauthNavid Pustchi2016-06-091-10/+11
* Fix i18n support problems in identityTang Chen2016-06-071-3/+3
* remove #noqa from i18n importsSteve Martinelli2016-05-131-1/+1
* Trivial: Remove useless returnTang Chen2016-03-071-1/+0
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-30/+6
* Switch to ksa SessionDean Troyer2015-12-021-2/+2
* Use a common decorator to log 'take_action' activationJoshua Harlow2015-09-011-7/+7
* Merge "Rework role list v2 for --user and --project"Jenkins2015-01-131-2/+67
|\
| * Rework role list v2 for --user and --projectSteve Martinelli2015-01-101-2/+67
* | Fine tune some of the helps commandsSteve Martinelli2015-01-131-4/+4
|/
* 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-13/+24
* Add additional support for --or-showSteve Martinelli2014-11-141-1/+17
* Mark identity v2 resources for translationSteve Martinelli2014-10-091-17/+14
* replace string format arguments with function parametersChristian Berendt2014-05-201-7/+7
* Identity v3 testsDean Troyer2013-09-091-2/+8
* Add Identity v2 role and service testsDean Troyer2013-09-041-8/+19
* Remove tenant round 2 - Identity APIDean Troyer2013-07-311-27/+42
* Begin Python 3 compatabilityDean Troyer2013-07-291-4/+5
* Remove api = apiName calls from each methodSteve Martinelli2013-07-121-7/+0
* Upgraded to PEP8 1.3.3 to stay aligned with Nova, etc.Josh Kearney2013-01-311-56/+30
* 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-22/+22
* removing print call in roles get_dataMatt Joyce2012-05-231-1/+0
* Add role CRUD commandsDean Troyer2012-05-181-0/+268