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:
parent
da8578fdde
commit
abcd872394
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user