Use auth_token from keystonemiddleware

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

Change-Id: Ib43223c2cfb31198b9438bb02f0d68f2bab7eb7e
Closes-Bug: #1342274
This commit is contained in:
guang-yee 2014-07-21 17:29:13 -07:00
parent 5869b3cabb
commit fbc389ec43
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ pipeline = faultwrapper authtoken authorization contextwrapper ratelimit extensi
paste.filter_factory = trove.common.extensions:factory
[filter:authtoken]
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http

View File

@ -1,6 +1,7 @@
pbr>=0.6,!=0.7,<1.0
SQLAlchemy>=0.8.4,!=0.9.5,<=0.9.99
eventlet>=0.13.0
keystonemiddleware
kombu>=2.4.8
Routes>=1.12.3,!=2.0
WebOb>=1.2.3