Merge pull request #11127 from SirishaGuduru/multitenancy-doc-change

Changed config parameter "rgw keystone make new tenants" in radosgw multitenancy

Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
Yehuda Sadeh 2016-10-05 09:07:17 -07:00 committed by GitHub
commit 1b90ab375e
2 changed files with 2 additions and 2 deletions

View 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}

View 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