summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorBhuvan Arumugam <bhuvan@apache.org>2012-04-03 15:13:57 -0700
committerBhuvan Arumugam <bhuvan@apache.org>2012-05-01 11:28:04 -0700
commitdadcfee78654f6f37b2168717e41ad705e43181b (patch)
tree919a0e14e47bce91bc37fa502cd834d1fdbefe74 /doc/source
parentd62a913f38beb26531a55fc4d223df0a3943c7db (diff)
downloadkeystone-dadcfee78654f6f37b2168717e41ad705e43181b.tar.gz
keystone-dadcfee78654f6f37b2168717e41ad705e43181b.tar.xz
keystone-dadcfee78654f6f37b2168717e41ad705e43181b.zip
Fix argument name referred in the document.
Bug: 966749. * doc/sources/configuration.rst (user-create): The optional argument name is tenant_id. Change-Id: Ibb10c608779c0df74f22c50b99a7ffc3900f1782
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/configuration.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst
index c44a6098..9095b7c0 100644
--- a/doc/source/configuration.rst
+++ b/doc/source/configuration.rst
@@ -465,7 +465,7 @@ keyword arguments
* name
* pass
* email
-* default_tenant (optional, defaults to None)
+* tenant_id (optional, defaults to None)
* enabled (optional, defaults to True)
example::
@@ -473,6 +473,7 @@ example::
$ keystone user-create
--name=admin \
--pass=secrete \
+ --tenant_id=2395953419144b67955ac4bab96b8fd2 \
--email=admin@example.com
``user-delete``