Make swift middleware live where it should.

This commit is contained in:
Todd Willey 2011-06-22 19:14:26 -04:00
parent dbbc17b8a5
commit 4d6e13e528
2 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ setup(
'paste.filter_factory': [
'remoteauth=keystone.middleware.remoteauth:remoteauth_factory',
'tokenauth=keystone.auth_protocols.auth_token:filter_factory',
'swiftauth=keystone.auth_protocols.swift_auth_token:filter_factory',
'swiftauth=keystone.middleware.swift_auth:filter_factory',
],
},
)