summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v3/domain.py
Commit message (Expand)AuthorAgeFilesLines
* translate all command help strings3.4.0Steve Martinelli2016-11-171-5/+5
* Remove execute permission on a few filesSongmingYan2016-07-221-0/+0
* Support bulk deletion for delete commands in identityv3Huanxuan Ao2016-07-191-5/+20
* Make set/unset commands pass normally when nothing specified in identityv3Huanxuan Ao2016-07-141-4/+0
* Correct reraising of exceptionqinchunhua2016-07-071-2/+2
* Use resource id when name given for identity showDavid Rosales2016-06-221-1/+6
* 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-13/+13
* 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-22/+4
* Switch to ksa SessionDean Troyer2015-12-021-2/+2
* 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
* Command docs: domainDean Troyer2014-12-311-11/+13
* add doc for domain commandwanghong2014-12-241-12/+12
* Don't import form keystoneclient.openstack.commonJamie Lennox2014-12-171-1/+1
* Add --or-show support for v3 identity resourcesSteve Martinelli2014-11-181-5/+21
* Remove 'links' section from several v3 Identity objectsSteve Martinelli2014-10-111-0/+2
* add tests for identity v3 domainwanghong2014-08-141-5/+6
* replace string format arguments with function parametersChristian Berendt2014-05-201-5/+5
* Pass arguments to v3 keystoneclient by kwargJamie Lennox2014-04-041-2/+2
* Begin Python 3 compatabilityDean Troyer2013-07-291-3/+4
* Remove api = apiName calls from each methodSteve Martinelli2013-07-121-5/+0
* add domain, credential to identity v3 apiSteve Martinelli2013-03-081-0/+193