summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/user.rst
Commit message (Collapse)AuthorAgeFilesLines
* change os in command example to openstack(3)Kevin_Zheng2016-12-201-5/+5
| | | | | | | | | In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: Ie67c0152d8ff8b7c456f91dc8b9a9164437ee9d1
* Modify help msg and docs in identitysunyajing2016-06-171-1/+1
| | | | | | | | Migrate 'change', 'update' to 'modify', migrate 'user to delete' to 'user(s) to delete', migrate '(name or ID)' to '(type, name or ID)'. Change-Id: Ie425e178bb5ddf773e6e793fcd91c78e9c4a5053
* Add "--password-prompt" to user.rstsunyajing2016-06-161-0/+1
| | | | Change-Id: I2e86114698887a6343c248783c343f269bf4988d
* Fix yet more documentation warningsTerryHowe2015-07-211-2/+2
| | | | Change-Id: I87683039601ae90531f27ebebbc4d0b1d252e846
* add --project-domain option for user v3Guojian Shao2015-07-161-2/+12
| | | | | | | | | user v3 create/set only support --project option, we need --project-domain to prevent collisions between project names exist. Change-Id: I2d62e5b9bb6df4c5c5a9542514faf2e4365bb18b Closes-Bug: #1475357
* Fix typo in user.rstAmey Bhide2015-06-181-1/+1
| | | | | | | Change name -> user-name Closes-Bug: #1466738 Change-Id: I63d6b4f5ac3cacff624c2e951873aa044a699234
* 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