diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-02-04 16:42:03 -0800 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-02-04 16:42:03 -0800 |
commit | 4b4dba3061de83dbbcca50e8ecd47cc6e8a071be (patch) | |
tree | 8cf55e5ab0ff7a51c57992aa58030048044aee92 | |
parent | eba8697e98f1c0a044b0f02d9e3ca5edb2d4219a (diff) | |
download | ceph-4b4dba3061de83dbbcca50e8ecd47cc6e8a071be.tar.gz |
doc: Updated to note bobtail supports RGW + Keystone.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/radosgw/config.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index 5c2c2c27216..368adddc033 100644 --- a/doc/radosgw/config.rst +++ b/doc/radosgw/config.rst @@ -315,10 +315,9 @@ packages. RGW's ``user:subuser`` tuple maps to the ``tenant:user`` tuple expected by Swift. -.. important:: RGW's Swift authentication service only supports - built-in Swift authentication (``-V 1.0``) at this point. There is - currently no way to make RGW authenticate users via OpenStack - Identity Service (Keystone). +.. note:: RGW's Swift authentication service only supports built-in Swift + authentication (``-V 1.0``). To make RGW authenticate users via OpenStack + Identity Service (Keystone), see below. Integrating with OpenStack Keystone =================================== |