Merge "Use auth_token middleware from keystoneclient."

This commit is contained in:
Jenkins 2012-11-28 05:21:24 +00:00 committed by Gerrit Code Review
commit 4b6ba6eeb9
2 changed files with 3 additions and 1 deletions

@ -49,7 +49,7 @@ paste.app_factory = cinder.api.versions:Versions.factory
paste.filter_factory = cinder.api.middleware.auth:CinderKeystoneContext.factory
[filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
service_protocol = http
service_host = 127.0.0.1
service_port = 5000
@ -59,3 +59,4 @@ auth_protocol = http
admin_tenant_name = %SERVICE_TENANT_NAME%
admin_user = %SERVICE_USER%
admin_password = %SERVICE_PASSWORD%
signing_dir = /var/lib/cinder

@ -18,3 +18,4 @@ Babel>=0.9.6
iso8601>=0.1.4
setuptools_git>=0.4
python-glanceclient>=0.5.0,<2
python-keystoneclient>=0.2.0