summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v3/group.py
Commit message (Expand)AuthorAgeFilesLines
* Blacken openstackclient.identityStephen Finucane2023-05-101-51/+75
* Replace six.iteritems() with .items()lihaijing2020-01-091-3/+2
* Fix additional output encoding issuesDean Troyer2018-03-201-3/+2
* Support to add/remove multi users for "group add/remove user"Huanxuan Ao2017-03-211-20/+48
* Narrow expected responses for CheckUserInGroupColleen Murphy2017-03-141-6/+9
* Modify error handling for role and group commandsHuanxuan Ao2017-02-091-18/+8
* Error handling for delete commands in identityHuanxuan Ao2017-01-031-4/+18
* translate all command help strings3.4.0Steve Martinelli2016-11-171-8/+8
* 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-3/+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-33/+55
* Add newline to strings in stdout/stderr.write()Lu lei2016-06-061-1/+1
* remove #noqa from i18n importsSteve Martinelli2016-05-131-1/+1
* take_action() method from command.Command shouldn't returnMohan Muppidi2016-02-291-2/+0
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-31/+4
* Switch to ksa SessionDean Troyer2015-12-021-2/+2
* Use a common decorator to log 'take_action' activationJoshua Harlow2015-09-011-8/+8
* Refactor option handling for user|group|project domain scopingSteve Martinelli2015-06-171-49/+7
* Enable specifying domain for group and role commandsJuan Antonio Osorio Robles2015-06-081-33/+83
* remove unnecessary conditionalsSteve Martinelli2015-04-191-4/+3
* Restrict groups and users from changing domainsSteve Martinelli2015-02-091-7/+1
* Command docs: groupDean Troyer2015-01-031-18/+21
* add doc for group commandwanghong2014-12-241-18/+18
* add multi-delete support for identitywanghong2014-12-231-11/+14
* Don't import form keystoneclient.openstack.commonJamie Lennox2014-12-171-1/+1
* Add support for domains when deleting identity v3 resourcesSteve Martinelli2014-12-011-1/+15
* Add --or-show support for v3 identity resourcesSteve Martinelli2014-11-181-5/+21
* Remove 'links' section from several v3 Identity objectsSteve Martinelli2014-10-111-3/+3
* Allow --domain to be used for identity commands without lookupNathan Kinder2014-10-091-11/+7
* Add domain parameters to user show for Identity V3Steve Martinelli2014-10-091-5/+18
* Complete Identity v3 list command filtersDean Troyer2014-06-191-11/+36
* Refactor role list subcommand for identity v3 apiQiu Yu2014-06-131-75/+5
* replace string format arguments with function parametersChristian Berendt2014-05-201-8/+8
* Pass arguments to v3 keystoneclient by kwargJamie Lennox2014-04-041-1/+1
* Fix some help stringsAndreas Jaeger2014-02-211-1/+1
* Begin Python 3 compatabilityDean Troyer2013-07-291-3/+4
* Remove api = apiName calls from each methodSteve Martinelli2013-07-121-8/+0
* Merge "Finish up v3 role commands"Jenkins2013-07-051-7/+88
|\
| * Finish up v3 role commandsSteve Martinelli2013-07-031-7/+88
* | Add methods for user and group interactionsSteve Martinelli2013-07-021-0/+117
|/
* Fix flake8 errors in anticipation of flake8 patch.Monty Taylor2013-05-141-1/+2
* Upgraded to PEP8 1.3.3 to stay aligned with Nova, etc.Josh Kearney2013-01-311-35/+18
* v3 identity - group and project apiSteve Martinelli2013-01-281-0/+204