]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: mention that tenant names may be specified in adminops api
authorAbhishek Lekshmanan <abhishek@suse.com>
Thu, 20 Jul 2017 09:05:24 +0000 (11:05 +0200)
committerAbhishek Lekshmanan <abhishek@suse.com>
Mon, 24 Jul 2017 15:43:51 +0000 (17:43 +0200)
We already allow for tenant names to be specified as a part of uid in
the adminops api, mention this. Also mention about ``tenant`` in the
json response we send.

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
doc/radosgw/adminops.rst

index 28c02164b0d84749afd3c3194d4ccaeb5abb15d7..597f4fe5d26f0941b3e57768a074a2debc4844af 100644 (file)
@@ -342,6 +342,7 @@ Request Parameters
 :Type: String
 :Example: ``foo_user``
 :Required: Yes
+A tenant name may also specified as a part of ``uid``, by following the syntax ``tenant$user``, refer to `Multitenancy`_ for more details.
 
 ``display-name``
 
@@ -418,6 +419,11 @@ If successful, the response contains the user information.
 :Description: A container for the user data information.
 :Type: Container
 
+``tenant``
+:Description: The tenant which user is a part of
+:Type: String
+:Parent: ``user``
+
 ``user_id``
 
 :Description: The user id.
@@ -1924,3 +1930,4 @@ Standard Error Responses
 
 .. _Admin Guide: ../admin
 .. _Quota Management: ../admin#quota-management
+.. _Multitenancy: ./multitenancy