summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2012-05-07 09:41:42 -0500
committerJohn Dickinson <me@not.mn>2012-05-08 21:30:35 -0500
commit7dfbd785b067e8875bc2f241827c71d39b69cd74 (patch)
tree54b3b620e22a02784b81d38f4b9694e57fb57743 /setup.py
parent78d1c0ae4205ce223f8f398bce2442c3c2b1092e (diff)
downloadswift-7dfbd785b067e8875bc2f241827c71d39b69cd74.tar.gz
removed domain remap middleware
The code has moved to https://github.com/notmyname/swift-domainremap. For current users of domain remap, this will require installing the new package and changing the "use" line of the domain remap conf section's to: [filter:domain_remap] use = egg:swift_domainremap#swift_domainremap And then 'swift-init proxy reload'. Change-Id: I710caf9b991f9d37df36b826ae4338086d0ec36d
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 598233e23..6dc873b19 100644
--- a/setup.py
+++ b/setup.py
@@ -84,7 +84,6 @@ setup(
'ratelimit=swift.common.middleware.ratelimit:filter_factory',
'cname_lookup=swift.common.middleware.cname_lookup:filter_factory',
'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',
'tempauth=swift.common.middleware.tempauth:filter_factory',
'recon=swift.common.middleware.recon:filter_factory',