Updating doc reflecting the move of auth_token.

The auth_token middleware has moved, updating the doc.

Change-Id: I8133b876a53d61bf94169cf08c8b1fa6bbf9681a
This commit is contained in:
Chmouel Boudjnah 2012-11-16 12:30:28 +10:00
parent e9a41ed550
commit 101f566e92

View File

@ -52,11 +52,11 @@ Swift is able to authenticate against OpenStack keystone via the
:mod:`swift.common.middleware.keystoneauth` middleware. :mod:`swift.common.middleware.keystoneauth` middleware.
In order to use the ``keystoneauth`` middleware the ``authtoken`` 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 The ``authtoken`` middleware performs the authentication token
validation and retrieves actual user authentication information. It 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 The ``keystoneauth`` middleware performs authorization and mapping the
``keystone`` roles to Swift's ACLs. ``keystone`` roles to Swift's ACLs.