summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/user.rst
Commit message (Collapse)AuthorAgeFilesLines
* Restrict groups and users from changing domainsSteve Martinelli2015-02-091-7/+0
| | | | | | | | | | Similar to projects, we shouldn't allow users and groups to change domains. The server side tosses up an error but osc should restrict that behaviour in the first place. Related-Bug: #1418384 Change-Id: I860291a5859c576021b18e35d1a12c32abfb6ca5
* Fine tune some of the helps commandsSteve Martinelli2015-01-131-1/+3
| | | | | | | | | 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
* Allow user list to filter by projectSteve Martinelli2015-01-081-10/+8
| | | | | | | | Adds a --project filter to `os user list`, which really calls the role assignment manager behind the scenes. Change-Id: I57a75018f12ed3acdf8f6611b6b58bd974f91da2 Closes-Bug: #1397251
* 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
* Add support for domains when deleting identity v3 resourcesSteve Martinelli2014-12-011-0/+8
| | | | | | | | | | Currently, only deleting via IDs is possible for groups, projects and users. We should have an optional --domain argument that allows for a name to be specified for the resource. (Since these are all namespaced by domains). Change-Id: I18ace3db85a3969f0b97678d432d6f8368baa9cd
* Command object docs: project, role, userDean Troyer2014-12-011-0/+204
project role user user role Change-Id: I445e09a3ffb69114912ae562a9285963a636bfd1