Use keystonemiddleware.auth_token instead of remove keystone_client.middleware.auth_token.

Change-Id: I6b46f32fb760e1b0394fafc535c7430a950ddf5e
This commit is contained in:
alexey-mr 2016-01-28 20:06:01 +03:00
parent 49f97a10b1
commit 471932fc6d
1 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,8 @@
paste.filter_factory = gceapi.auth:GceapiKeystoneContext.factory
[filter:authtoken]
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
project = gce-api
#######
# GCE #
@ -42,4 +43,5 @@ keystone = gceexecutor_discovery
[app:gceexecutor_discovery]
paste.app_factory = gceapi.api:APIRouterDiscovery.factory
####
####