Merge "keystoneclient.middleware -> keystonemiddleware"

This commit is contained in:
Jenkins
2014-09-18 13:25:53 +00:00
committed by Gerrit Code Review
4 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ paste.filter_factory = murano.api.middleware.context:ContextMiddleware.factory
#For more information see Auth-Token Middleware with Username and Password
#http://docs.openstack.org/developer/keystone/configuringservices.html
[filter:authtoken]
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
[composite:rootapp]
use = egg:Paste#urlmap

View File

@@ -536,7 +536,7 @@
[keystone_authtoken]
#
# Options defined in keystoneclient.middleware.auth_token
# Options defined in keystonemiddleware.auth_token
#
# Prefix to prepend at the beginning of the path. Deprecated,

View File

@@ -19,6 +19,7 @@ six>=1.7.0
netaddr>=0.7.6
PyYAML>=3.1.0
jsonpatch>=1.1
keystonemiddleware>=1.0.0
# For paste.util.template used in keystone.common.template
Paste

View File

@@ -1,2 +1,2 @@
export MURANO_CONFIG_GENERATOR_EXTRA_MODULES="keystoneclient.middleware.auth_token"
export MURANO_CONFIG_GENERATOR_EXTRA_MODULES="keystonemiddleware.auth_token"
export MURANO_CONFIG_GENERATOR_EXTRA_LIBRARIES="oslo.db oslo.messaging"