Use auth_token from keystonemiddleware

auth_token middleware in python-keystoneclient is deprecated and has
been moved to the keystonemiddleware repo.

Change-Id: I1aadbe24db63eb2507b088cd53886d7f2e192cab
This commit is contained in:
Brant Knudson 2014-06-24 15:39:28 -05:00
parent 03bf127376
commit 4a77e75b6f
2 changed files with 2 additions and 1 deletions

View File

@ -115,4 +115,4 @@ paste.app_factory = nova.api.openstack.compute.versions:Versions.factory
paste.filter_factory = nova.api.auth:NovaKeystoneContext.factory
[filter:authtoken]
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
paste.filter_factory = keystonemiddleware.auth_token:filter_factory

View File

@ -5,6 +5,7 @@ argparse
boto>=2.12.0,!=2.13.0
eventlet>=0.13.0
Jinja2
keystonemiddleware
kombu>=2.4.8
lxml>=2.3
Routes>=1.12.3