Use auth_token from keystonemiddleware

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

Closes-Bug: #1342274

Change-Id: I1aadbe24db63eb2507b088cd53886d7f2e192cab
This commit is contained in:
Brant Knudson 2014-06-24 16:52:51 -05:00
parent 84cb0df17a
commit af00ac7906
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ paste.filter_factory = neutron.openstack.common.middleware.catch_errors:CatchErr
paste.filter_factory = neutron.auth:NeutronKeystoneContext.factory
[filter:authtoken]
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
[filter:extensions]
paste.filter_factory = neutron.api.extensions:plugin_aware_extension_middleware_factory

View File

@ -13,6 +13,7 @@ requests>=1.1
iso8601>=0.1.9
jsonrpclib
Jinja2
keystonemiddleware
kombu>=2.4.8
netaddr>=0.7.6
python-neutronclient>=2.3.4,<3