From bd9695d50cfd472508a8a704f1ea5fc62dc08faf Mon Sep 17 00:00:00 2001 From: SirishaGuduru Date: Mon, 19 Sep 2016 10:21:06 +0530 Subject: [PATCH] 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 --- doc/radosgw/keystone.rst | 2 +- doc/radosgw/multitenancy.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/radosgw/keystone.rst b/doc/radosgw/keystone.rst index 878f1bb09e036..0dc0f8cc98661 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 af1163d81107d..1756112bd5008 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 -- 2.39.5