summaryrefslogtreecommitdiff
path: root/doc/source/overview_auth.rst
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@chmouel.com>2012-11-16 12:30:28 +1000
committerChmouel Boudjnah <chmouel@chmouel.com>2012-11-16 12:30:28 +1000
commit101f566e92239ae24ca56dc168ad8d403b8bd0e6 (patch)
treee79c2de55a1171109be0d8e8c1229769327ed7b4 /doc/source/overview_auth.rst
parente9a41ed550fb290f40fbb683acef6d8de2985c6c (diff)
downloadswift-101f566e92239ae24ca56dc168ad8d403b8bd0e6.tar.gz
Updating doc reflecting the move of auth_token.
The auth_token middleware has moved, updating the doc. Change-Id: I8133b876a53d61bf94169cf08c8b1fa6bbf9681a
Diffstat (limited to 'doc/source/overview_auth.rst')
-rw-r--r--doc/source/overview_auth.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/overview_auth.rst b/doc/source/overview_auth.rst
index 44eb9134c..44456a879 100644
--- a/doc/source/overview_auth.rst
+++ b/doc/source/overview_auth.rst
@@ -52,11 +52,11 @@ Swift is able to authenticate against OpenStack keystone via the
:mod:`swift.common.middleware.keystoneauth` middleware.
In order to use the ``keystoneauth`` middleware the ``authtoken``
-middleware from keystone will need to be configured.
+middleware from python-keystoneclient will need to be configured.
The ``authtoken`` middleware performs the authentication token
validation and retrieves actual user authentication information. It
-can be found in the Keystone distribution.
+can be found in the python-keystoneclient distribution.
The ``keystoneauth`` middleware performs authorization and mapping the
``keystone`` roles to Swift's ACLs.