summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v3/role.py
Commit message (Expand)AuthorAgeFilesLines
* Add resource option immutableVishakha Agarwal2020-04-081-2/+8
* Merge "Now we can add description for role creation in OSC"Zuul2020-03-201-2/+14
|\
| * Now we can add description for role creation in OSCM V P Nitesh2018-09-181-2/+14
* | Replace six.iteritems() with .items()lihaijing2020-01-091-3/+2
* | Remove deprecated identity commands and argsSean McGinnis2019-05-191-114/+11
|/
* Add system role functionalityLance Bragstad2018-06-041-7/+26
* Clean up W503 and E402 pep8 errorsSean McGinnis2018-04-151-4/+4
* Modify error handling for role and group commandsHuanxuan Ao2017-02-091-19/+10
* Error handling for delete commands in identityHuanxuan Ao2017-01-031-7/+20
* translate all command help strings3.4.0Steve Martinelli2016-11-171-7/+9
* Add support for domain specific rolesHenry Nash2016-08-101-14/+89
* Add assignment list to v2 identity and deprecate alternate listingHenry Nash2016-07-221-0/+20
* Remove execute permission on a few filesSongmingYan2016-07-221-0/+0
* Make set/unset commands pass normally when nothing specified in identityv3Huanxuan Ao2016-07-141-4/+0
* Correct reraising of exceptionqinchunhua2016-07-071-2/+2
* Standardize logger usageTang Chen2016-06-201-1/+5
* osc-lib: commandDean Troyer2016-06-131-1/+1
* osc-lib: utilsDean Troyer2016-06-131-2/+2
* Fix i18n support problems in identityTang Chen2016-06-071-26/+25
* remove #noqa from i18n importsSteve Martinelli2016-05-131-1/+1
* take_action() method from command.Command shouldn't returnMohan Muppidi2016-02-291-8/+6
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-28/+4
* Switch to ksa SessionDean Troyer2015-12-021-2/+2
* Evaluate --inherited in role listRudolf Vriend2015-10-061-0/+5
* Remove backticks from help in role commandsHidekazu Nakamura2015-09-191-1/+1
* Use a common decorator to log 'take_action' activationJoshua Harlow2015-09-011-6/+6
* Use correct domain to find project1.6.0Jamie Lennox2015-08-111-1/+1
* Fixes inherited role assignments CRUD callsSamuel de Medeiros Queiroz2015-08-061-1/+1
* Add support to inherited project role grant callsSamuel de Medeiros Queiroz2015-06-221-0/+2
* Refactor option handling for user|group|project domain scopingSteve Martinelli2015-06-171-21/+3
* Enable specifying domain for group and role commandsJuan Antonio Osorio Robles2015-06-081-209/+112
* Enable specifing domains in "role add"Juan Antonio Osorio Robles2015-05-121-36/+66
* Role operations should not require list object permissionNathan Kinder2015-04-171-40/+41
* Fine tune some of the helps commandsSteve Martinelli2015-01-131-2/+2
* 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-40/+40
* Add --or-show support for v3 identity resourcesSteve Martinelli2014-11-181-1/+16
* Remove 'links' section from several v3 Identity objectsSteve Martinelli2014-10-111-0/+2
* Fixed typos in the identity clientAlex Gaynor2014-06-261-2/+2
* Refactor role list subcommand for identity v3 apiQiu Yu2014-06-131-3/+103
* replace string format arguments with function parametersChristian Berendt2014-05-201-7/+7
* Pass arguments to v3 keystoneclient by kwargJamie Lennox2014-04-041-1/+1
* Identity v3 testsDean Troyer2013-09-091-57/+132
* Begin Python 3 compatabilityDean Troyer2013-07-291-3/+4
* Remove api = apiName calls from each methodSteve Martinelli2013-07-121-7/+0
* Finish up v3 role commandsSteve Martinelli2013-07-031-27/+108
* Add functionality for add-role commandsSteve Martinelli2013-03-151-0/+81
* Add role v3 support to identity in openstack clientSteve Martinelli2013-03-121-0/+144