]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Radosgw multitenancy config paramater change 11127/head
authorSirishaGuduru <SGuduru@walmartlabs.com>
Mon, 19 Sep 2016 04:51:06 +0000 (10:21 +0530)
committerSirishaGuduru <SGuduru@walmartlabs.com>
Mon, 19 Sep 2016 06:36:36 +0000 (12:06 +0530)
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>
doc/radosgw/keystone.rst
doc/radosgw/multitenancy.rst

index 878f1bb09e036c3bf2f458927ac4a30f0e33781e..0dc0f8cc9866126d9bf0bd0a591007c7ff59b08d 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