Pull Keystone middleware from the keystone client package.
Change-Id: Id4fe251bca4df501ab5cc911afa2d02861c739f2
This commit is contained in:
parent
ba2d80f5b8
commit
815736f358
@ -17,7 +17,7 @@ paste.filter_factory = moniker.api.auth:NoAuthMiddleware.factory
|
||||
paste.filter_factory = moniker.api.auth:KeystoneContextMiddleware.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
|
||||
|
@ -4,4 +4,4 @@ sqlalchemy-migrate>=0.7.2
|
||||
kombu
|
||||
|
||||
# Needed for Keystone Middleware
|
||||
https://launchpad.net/keystone/folsom/2012.2/+download/keystone-2012.2.tar.gz#egg=keystone
|
||||
python-keystoneclient>=0.2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user