From 891277fbbdf65427b43f194adaafbbf2a4ac4800 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Mon, 3 Feb 2014 21:07:03 +0000 Subject: [PATCH] s3_token has been moved to keystoneclient. Change-Id: I6ffe756d517d11f323bd0c5d3b877d9a9f739a3b --- lib/swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/swift b/lib/swift index 37b630c3fa..a182e5adfb 100644 --- a/lib/swift +++ b/lib/swift @@ -336,7 +336,7 @@ function configure_swift() { # NOTE(chmou): s3token middleware is not updated yet to use only # username and password. [filter:s3token] -paste.filter_factory = keystone.middleware.s3_token:filter_factory +paste.filter_factory = keystoneclient.middleware.s3_token:filter_factory auth_port = ${KEYSTONE_AUTH_PORT} auth_host = ${KEYSTONE_AUTH_HOST} auth_protocol = ${KEYSTONE_AUTH_PROTOCOL}