From e8a2fa431b4b432c5a05da0cab6c4af5999e5aee Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Wed, 6 May 2015 17:30:48 +0200 Subject: [PATCH] lib/swift: the s3_token middleware should be provided by keystonemiddleware Recently, keystoneclient.middleware has been moved from keystoneclient to keystonemiddleware. The latter should be used. Change-Id: Ib9489a21b988b32fc17399c08eeb60862efae034 Closes-Bug: #1452315 --- lib/swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/swift b/lib/swift index 456dde4c8d..820042d972 100644 --- a/lib/swift +++ b/lib/swift @@ -439,7 +439,7 @@ function configure_swift { if is_service_enabled swift3; then cat <>${SWIFT_CONFIG_PROXY_SERVER} [filter:s3token] -paste.filter_factory = keystoneclient.middleware.s3_token:filter_factory +paste.filter_factory = keystonemiddleware.s3_token:filter_factory auth_port = ${KEYSTONE_AUTH_PORT} auth_host = ${KEYSTONE_AUTH_HOST} auth_protocol = ${KEYSTONE_AUTH_PROTOCOL}