]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: rgw: Clean up create subuser parameters
authorhrchu <hrchu@cht.com.tw>
Wed, 5 Apr 2017 06:02:00 +0000 (14:02 +0800)
committerhrchu <hrchu@cht.com.tw>
Wed, 5 Apr 2017 06:08:05 +0000 (14:08 +0800)
"gen-subuser" is unavailable, remove it. Hence, "subuser" is required.

Signed-off-by: hrchu <hrchu@cht.com.tw>
doc/radosgw/adminops.rst

index e4ba7816f2cc3c174d7260d06bb89d42455c4c8b..b3253eb3f6c375386257245330e7cd780be30584 100644 (file)
@@ -738,9 +738,8 @@ Create Subuser
 ==============
 
 Create a new subuser (primarily useful for clients using the Swift API).
-Note that either ``gen-subuser`` or ``subuser`` is required for a valid
-request. Note that in general for a subuser to be useful, it must be
-granted permissions by specifying ``access``. As with user creation if
+Note that in general for a subuser to be useful, it must be granted 
+permissions by specifying ``access``. As with user creation if
 ``subuser`` is specified without ``secret``, then a secret key will
 be automatically generated.
 
@@ -771,7 +770,7 @@ Request Parameters
 :Description: Specify the subuser ID to be created.
 :Type: String
 :Example: ``sub_foo``
-:Required: No
+:Required: Yes
 
 ``secret-key``