From 101f566e92239ae24ca56dc168ad8d403b8bd0e6 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Fri, 16 Nov 2012 12:30:28 +1000 Subject: [PATCH] Updating doc reflecting the move of auth_token. The auth_token middleware has moved, updating the doc. Change-Id: I8133b876a53d61bf94169cf08c8b1fa6bbf9681a --- doc/source/overview_auth.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/overview_auth.rst b/doc/source/overview_auth.rst index 44eb9134c5..44456a879c 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.