diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-10-15 13:38:48 -0700 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-10-15 13:38:48 -0700 |
commit | ab8f9b17d6ec82a0772e98c19a029b85e079fcf3 (patch) | |
tree | 454924c4b1eb007a1f79d7aee1f21845dca25db4 | |
parent | bd7a7dd6896b175ed15749800ce0ae6a7f0525bd (diff) | |
download | ceph-ab8f9b17d6ec82a0772e98c19a029b85e079fcf3.tar.gz |
doc: Update from user feedback. Needed to enable S3/Keystone.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/radosgw/config.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index 684a50649ec..caa3dac15e1 100644 --- a/doc/radosgw/config.rst +++ b/doc/radosgw/config.rst @@ -387,6 +387,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 s3 auth use keystone = true nss db path = {path to nss db} A Ceph Object Gateway user is mapped into a Keystone ``tenant``. A Keystone user |