From: SirishaGuduru Date: Mon, 19 Sep 2016 04:51:06 +0000 (+0530) Subject: doc: Radosgw multitenancy config paramater change X-Git-Tag: v11.0.1~9^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bd9695d50cfd472508a8a704f1ea5fc62dc08faf;p=ceph.git doc: Radosgw multitenancy config paramater change 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 --- diff --git a/doc/radosgw/keystone.rst b/doc/radosgw/keystone.rst index 878f1bb09e03..0dc0f8cc9866 100644 --- a/doc/radosgw/keystone.rst +++ b/doc/radosgw/keystone.rst @@ -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} diff --git a/doc/radosgw/multitenancy.rst b/doc/radosgw/multitenancy.rst index af1163d81107..1756112bd500 100644 --- a/doc/radosgw/multitenancy.rst +++ b/doc/radosgw/multitenancy.rst @@ -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