From 7dde9096211eb5a0c116bdd3e9371734e9a39ab5 Mon Sep 17 00:00:00 2001 From: gholt Date: Sat, 5 May 2012 00:08:37 +0000 Subject: Pulled StaticWeb out to separate project StaticWeb is now at http://gholt.github.com/swift-staticweb/ For current users of StaticWeb, this will require installing the new package and changing the "use" line of the staticweb filter conf section to: use = egg:swiftstaticweb#middleware And then 'swift-init proxy reload'. Change-Id: Iab32adb5927698a667c5c6d6a572c44ca23414eb --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d195d34f6..66bf89d8d 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,6 @@ setup( 'catch_errors=swift.common.middleware.catch_errors:filter_factory', 'domain_remap=swift.common.middleware.domain_remap:filter_factory', 'swift3=swift.common.middleware.swift3:filter_factory', - 'staticweb=swift.common.middleware.staticweb:filter_factory', 'tempauth=swift.common.middleware.tempauth:filter_factory', 'recon=swift.common.middleware.recon:filter_factory', 'tempurl=swift.common.middleware.tempurl:filter_factory', -- cgit v1.2.1