]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Radosgw multitenancy config paramater change 11473/head
authorSirishaGuduru <SGuduru@walmartlabs.com>
Mon, 19 Sep 2016 04:51:06 +0000 (10:21 +0530)
committerLoic Dachary <ldachary@redhat.com>
Thu, 13 Oct 2016 09:44:13 +0000 (11:44 +0200)
Radosgw multitenancy configuration parameter
"rgw keystone make new tenants" never works even
applied. When gone through the code, itseems this
parameter is not used. But "rgw keystone implicit
tenants" works as the code looks for this.

Modified the configuration parameter in two files
mentioned below from "rgw keystone make new tenants"
to "rgw keystone implicit tenants"

Fixes: http://tracker.ceph.com/issues/17293
Signed-off-by: SirishaGuduru <SGuduru@walmartlabs.com>
(cherry picked from commit bd9695d50cfd472508a8a704f1ea5fc62dc08faf)

doc/radosgw/keystone.rst
doc/radosgw/multitenancy.rst

index 0e37c965f88a209d8e94a50bf3820f11596020a2..84c4ee4528358f73ee23f48ad564f28e661106a2 100644 (file)
@@ -16,7 +16,7 @@ The following configuration options are available for Keystone integration::
        rgw keystone accepted roles = {accepted user roles}
        rgw keystone token cache size = {number of tokens to cache}
        rgw keystone revocation interval = {number of seconds before checking revoked tickets}
-       rgw keystone make new tenants = {true for private tenant for each new user}
+       rgw keystone implicit tenants = {true for private tenant for each new user}
        rgw s3 auth use keystone = true
        nss db path = {path to nss db}
 
index af1163d81107d7ac0abe7f7f81e78aa5e3664128..1756112bd5008bff419a5666b4069eac450ea1f4 100644 (file)
@@ -88,7 +88,7 @@ Swift with Keystone
 -------------------
 
 TBD -- don't forget to explain the function of
-       rgw keystone make new tenants = true
+       rgw keystone implicit tenants = true
        in commit e9259486decab52a362443d3fd3dec33b0ec654f
 
 Notes and known issues