From 5c8d27363cec3a33ae4eea8065eff76b4f302ab1 Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Thu, 20 Jul 2017 11:05:24 +0200 Subject: [PATCH] doc: mention that tenant names may be specified in adminops api 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 --- doc/radosgw/adminops.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/radosgw/adminops.rst b/doc/radosgw/adminops.rst index 28c02164b0d8..597f4fe5d26f 100644 --- a/doc/radosgw/adminops.rst +++ b/doc/radosgw/adminops.rst @@ -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 -- 2.47.3