Merge "s3_token has been moved to keystoneclient."

This commit is contained in:
Jenkins 2014-02-11 11:16:20 +00:00 committed by Gerrit Code Review
commit 34b81e7a39

View File

@ -341,7 +341,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}