Merge "Updates to use new keystoneclient middleware."

This commit is contained in:
Jenkins 2012-11-29 20:34:28 +00:00 committed by Gerrit Code Review
commit 871f552ab6
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:: add the configuration for the authtoken middleware::
[filter:authtoken] [filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
auth_host = keystonehost auth_host = keystonehost
auth_port = 35357 auth_port = 35357
auth_protocol = http auth_protocol = http

View File

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