Merge "Use the auth_token middleware from keystoneclient"

This commit is contained in:
Jenkins 2012-11-19 18:52:03 +00:00 committed by Gerrit Code Review
commit 9fb877820b
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ paste.app_factory = nova.api.openstack.volume.versions:Versions.factory
paste.filter_factory = nova.api.auth:NovaKeystoneContext.factory
[filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http