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:
parent
5869b3cabb
commit
fbc389ec43
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user