summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorSamuel Pilla <sp516w@att.com>2017-01-25 10:40:49 -0600
committerSteve Martinelli <s.martinelli@gmail.com>2017-01-25 22:16:22 +0000
commit4cb56269ad30d0bd59f7685040ab0585f38c3b0f (patch)
tree50c8d3b27fe32e36a2f85c8079442178b6fd190c /doc/source/command-objects
parentb69b539a422860bfb402093ff9d93a1b6e338b26 (diff)
downloadpython-openstackclient-4cb56269ad30d0bd59f7685040ab0585f38c3b0f.tar.gz
Adds domain specification for SetUser
This patch adds the ability to specify the domain context for making changes to a user with `--domain` flag. Example: $ openstack user set test_user --domain test_domain --enable Change-Id: I2b3241785c22e72e19181394acff650422299b0e Closes-Bug: #1658147
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/user.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/command-objects/user.rst b/doc/source/command-objects/user.rst
index 7e0ee21b..632d0e25 100644
--- a/doc/source/command-objects/user.rst
+++ b/doc/source/command-objects/user.rst
@@ -153,6 +153,13 @@ Set user properties
Set user name
+.. option:: --domain <domain>
+
+ Domain the user belongs to (name or ID).
+ This can be used in case collisions between user names exist.
+
+ .. versionadded:: 3
+
.. option:: --project <project>
Set default project (name or ID)