Skip to content

Commit

Permalink
Merge "Updates to use new keystoneclient middleware."
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Nov 29, 2012
2 parents a830b6f + abcd872 commit 871f552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/overview_auth.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion etc/proxy-server.conf-sample
Expand Up @@ -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
Expand Down

0 comments on commit 871f552

Please sign in to comment.