Updates to use new keystoneclient middleware.

Updates the proxy-server.conf-sample and docs to use
the new Keystoneclient middleware class name.

Change-Id: I3727f7b7328a2513347b8ef257c270126df36d7b
This commit is contained in:
Dan Prince 2012-11-28 16:08:05 -05:00
parent da8578fdde
commit abcd872394
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ and add auth_token and keystoneauth in your
add the configuration for the authtoken middleware::
[filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
auth_host = keystonehost
auth_port = 35357
auth_protocol = http

View File

@ -144,7 +144,7 @@ user_test_tester3 = testing3
# there you can change it to: authtoken keystone
#
# [filter:authtoken]
# paste.filter_factory = keystone.middleware.auth_token:filter_factory
# paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
# auth_host = keystonehost
# auth_port = 35357
# auth_protocol = http