summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v3/project.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
* Make set/unset commands pass normally when nothing specified in identityv3Huanxuan Ao2016-07-141-7/+0
* Correct reraising of exceptionqinchunhua2016-07-071-2/+2
* Use resource id when name given for identity showDavid Rosales2016-06-221-2/+5
* Standardize logger usageTang Chen2016-06-201-1/+6
* osc-lib: commandDean Troyer2016-06-131-1/+1
* osc-lib: parseractionsDean Troyer2016-06-131-1/+1
* osc-lib: utilsDean Troyer2016-06-131-3/+2
* Fix i18n support problems in identityTang Chen2016-06-071-26/+26
* remove #noqa from i18n importsSteve Martinelli2016-05-131-1/+1
* take_action() method from command.Command shouldn't returnMohan Muppidi2016-02-291-4/+2
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-22/+4
* Enabling domain lookup for project set v3 commandJude Job2015-12-311-6/+2
* Switch to ksa SessionDean Troyer2015-12-021-2/+2
* Use a common decorator to log 'take_action' activationJoshua Harlow2015-09-011-5/+5
* Enables retrieval of project's parents and subtreeRodrigo Duarte Sousa2015-06-091-7/+30
* add --domain argument to v3 project setGuojian Shao2015-05-291-0/+8
* Merge "Add parent field to project creation"Jenkins2015-04-301-2/+13
|\
| * Add parent field to project creationRodrigo Duarte2015-03-231-2/+13
* | remove unnecessary conditionalsSteve Martinelli2015-04-191-2/+1
|/
* Do not allow user to change domain of a projectSteve Martinelli2015-02-091-9/+0
* Fine tune some of the helps commandsSteve Martinelli2015-01-131-2/+2
* add multi-delete support for identitywanghong2014-12-231-11/+14
* Don't import form keystoneclient.openstack.commonJamie Lennox2014-12-171-1/+1
* Safely pop project parent idSteve Martinelli2014-12-041-0/+4
* Add the ability to list projects based on a userSteve Martinelli2014-12-011-2/+22
* Add support for domains when deleting identity v3 resourcesSteve Martinelli2014-12-011-4/+13
* Command object docs: project, role, userDean Troyer2014-12-011-19/+19
* Add --or-show support for v3 identity resourcesSteve Martinelli2014-11-181-7/+23
* Remove 'links' section from several v3 Identity objectsSteve Martinelli2014-10-111-11/+4
* Allow --domain to be used for identity commands without lookupNathan Kinder2014-10-091-6/+7
* Add domain parameters to user show for Identity V3Steve Martinelli2014-10-091-6/+17
* Domain administrator cannot do project operationsTerry Howe2014-07-071-12/+6
* Merge "replace string format arguments with function parameters"Jenkins2014-06-101-5/+5
|\
| * replace string format arguments with function parametersChristian Berendt2014-05-201-5/+5
* | Fixed several typos throughout the codebaseAlex Gaynor2014-05-211-1/+1
|/
* Pass arguments to v3 keystoneclient by kwargJamie Lennox2014-04-041-2/+2
* identity v3 allow project list filtering by domainSteven Hardy2014-03-131-1/+13
* Add ability to set key value pairs in projectsTerry Howe2014-03-061-0/+22
* Identity v3 testsDean Troyer2013-09-091-49/+82
* 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
* Upgraded to PEP8 1.3.3 to stay aligned with Nova, etc.Josh Kearney2013-01-311-43/+27
* v3 identity - group and project apiSteve Martinelli2013-01-281-0/+236