summaryrefslogtreecommitdiff
path: root/doc/source/overview_auth.rst
diff options
context:
space:
mode:
authorguang-yee <guang.yee@hp.com>2014-07-23 10:27:40 -0700
committerSamuel Merritt <sam@swiftstack.com>2014-07-23 10:59:10 -0700
commitee14d58d84e6dfb2b6bf007a18a78a49d080db6e (patch)
treeb8f9562730453d62e9a5b314d4ebe3a95ff61871 /doc/source/overview_auth.rst
parent3e78432cb1b37425e72c981690bcbcdf3138b5d8 (diff)
downloadswift-ee14d58d84e6dfb2b6bf007a18a78a49d080db6e.tar.gz
Use auth_token from keystonemiddleware
auth_token middleware in python-keystoneclient is deprecated and has been moved to the keystonemiddleware repo. Change-Id: Ia04aa83348e0776cb3239cb5420ee1450a990d5b Closes-Bug: #1342274
Diffstat (limited to 'doc/source/overview_auth.rst')
-rw-r--r--doc/source/overview_auth.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/overview_auth.rst b/doc/source/overview_auth.rst
index 229a9faa2..2bb00d73c 100644
--- a/doc/source/overview_auth.rst
+++ b/doc/source/overview_auth.rst
@@ -113,11 +113,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 python-keystoneclient will need to be configured.
+middleware from keystonemiddleware 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 python-keystoneclient distribution.
+can be found in the keystonemiddleware distribution.
The ``keystoneauth`` middleware performs authorization and mapping the
``keystone`` roles to Swift's ACLs.
@@ -149,7 +149,7 @@ and add auth_token and keystoneauth in your
add the configuration for the authtoken middleware::
[filter:authtoken]
- paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
+ paste.filter_factory = keystonemiddleware.auth_token:filter_factory
auth_host = keystonehost
auth_port = 35357
auth_protocol = http