summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/role.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove backticks from help in role commandsHidekazu Nakamura2015-09-191-9/+9
| | | | | | | | the docs and code had inconsistencies with how it references other arguments, lets just remove the backticks from around them. Change-Id: I43d17b07364e45387c6b9d86c2aca26eeea8ed93
* Add --inherited to the role docsSteve Martinelli2015-08-071-0/+21
| | | | | | | commit Id72670be8640e5c6e2490a6ef849e9ec3493b1a9 forgot to update the docs for role.rst. Change-Id: I97c426ea9b290fc266b34cb0bf97de56cfd098de
* Minor identity documentation changeTerryHowe2015-07-191-1/+1
| | | | Change-Id: Ib139f2376e70ebb7b5621cdad4da61c64c1f9246
* Add details to the documentation.heha2015-07-181-0/+7
| | | | | | | Add "or-show" to "project create" and "role create" in the documentation. Closes-Bug: #1475485 Change-Id: I2d98766c4ddd8b2022012c4f6c5e1d4fcebfc42a
* Enable specifying domain for group and role commandsJuan Antonio Osorio Robles2015-06-081-4/+46
| | | | | | | | | Many of the commands for the group and role resources were lacking an option to specify the specific domain groups, projects or users belong to. This commit fixes that. Change-Id: I461d2bcfd01ad2dea970de38ec7ad6f4a631ceb1 Closes-bug: #1446546
* add domain scope arguments to v3 role add in docGuojian Shao2015-05-301-2/+2
| | | | | | | | | | There are optional domain scope arguments --user-domain, --group-domain and --project-domain to filter user, group and project for command 'os role add', however, the doc is missing them. Closes-Bug: #1460296 Change-Id: Ie7c7707d183da042c51e98b6cd4003c89efc4032
* Enable specifing domains in "role add"Juan Antonio Osorio Robles2015-05-121-0/+21
| | | | | | | | | | | | | | If users, projects or groups are provided by name, there is a possibility of the existence other users/projects/groups with the same name in other domain. Even though this is not a problem if the actual ID is given instead of a name; this is mostly a usability enhancement. So, three options were added, one for specifying the domain where the user belongs, another one to specify the project's domain, and finally one to specify the group's domain. Change-Id: Iab04b0e04fa75ea5aa3723b8ea42a45f58a6cdb2 Closes-Bug: #1421328
* Fix doc building errorsSteve Martinelli2015-01-191-1/+1
| | | | | | Addresses some of the issues that appeared when running tox -edocs Change-Id: I31133744ee0ddefa72c6590cb381de317e65633e
* Fine tune some of the helps commandsSteve Martinelli2015-01-131-2/+4
| | | | | | | | | try and add some consistency with the show and delete commands. replace 'show x' with 'display x' change 'delete a y' with just 'delete y' Change-Id: I47dfa8ee23ac5c41b355796415eb515155832f65
* Revert some docs changes from multi-deleteDean Troyer2014-12-231-3/+3
| | | | | | | | | | The headers in the doc files are the commands, not a description. I missed thiese in the original reviews: https://review.openstack.org/140567 https://review.openstack.org/140581 Change-Id: Iae2631f6b485e8c568ff305e5992c193f80ebe71
* add multi-delete support for identitywanghong2014-12-231-5/+5
| | | | | | | | | | | | | | This is part2. Add support for these objects: identity.project(v2.0) identity.role(v2.0) identity.user(v2.0) identity.project(v3) identity.role(v3) identity.user(v3) identity.group(v3) Closes-Bug: #1400597 Change-Id: I270434d657cf4ddc23c3aba2c704d6ef184b0dbc
* Command object docs: project, role, userDean Troyer2014-12-011-0/+180
project role user user role Change-Id: I445e09a3ffb69114912ae562a9285963a636bfd1