summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v3/trust.py
Commit message (Expand)AuthorAgeFilesLines
* Replace six.iteritems() with .items()lihaijing2020-01-091-3/+2
* When creating a trust, send role_ids instead or role_namesKristi Nikolla2017-06-221-6/+6
* Handle 403 error on creating trustHongbin Lu2017-01-241-4/+8
* Error handling for delete commands in identityHuanxuan Ao2017-01-031-3/+23
* translate all command help strings3.4.0Steve Martinelli2016-11-171-4/+4
* osc-lib: commandDean Troyer2016-06-131-1/+1
* osc-lib: utilsDean Troyer2016-06-131-1/+2
* Fix i18n support problems in identityTang Chen2016-06-071-13/+14
* Doc: Unify repeatable option commentsTang Chen2016-04-121-1/+1
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-20/+4
* Merge "Make trustee/trustor/project searchable by ID"Jenkins2015-07-211-23/+8
|\
| * Make trustee/trustor/project searchable by IDSteve Martinelli2015-07-201-23/+8
* | Removes trailing blank in trust showGilles Dubreuil2015-07-191-2/+2
|/
* Refactor option handling for user|group|project domain scopingSteve Martinelli2015-06-171-7/+3
* remove unnecessary conditionalsSteve Martinelli2015-04-191-6/+3
* Implement trust in identity v3 apiSteve Martinelli2015-02-081-0/+228