diff options
-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 =================================== |