summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2012-05-09 10:15:23 -0500
committerJohn Dickinson <me@not.mn>2012-05-09 14:00:51 -0500
commitb47bcf19e41e862ca84d77a7b8843f836e084b6a (patch)
tree9da737713c507806b5c91737f8a40ef05efe9089 /setup.py
parent3f00c1a63094a7196a3ad31633aaa82b0641813b (diff)
downloadswift-b47bcf19e41e862ca84d77a7b8843f836e084b6a.tar.gz
removed cname lookup middleware
The code has moved to https://github.com/notmyname/swift-cnamelookup. For current users of cname lookup, this will require installing the new package and changing the "use" line of the cname lookup conf section's to: [filter:cname_lookup] use = egg:swift_cnamelookup#swift_cnamelookup And then 'swift-init proxy reload'. Change-Id: If622486ddb04a53251244c9840aa3cfe72168fc5
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 291fd788d..5782cc473 100644
--- a/setup.py
+++ b/setup.py
@@ -81,7 +81,6 @@ setup(
'paste.filter_factory': [
'healthcheck=swift.common.middleware.healthcheck:filter_factory',
'memcache=swift.common.middleware.memcache:filter_factory',
- 'cname_lookup=swift.common.middleware.cname_lookup:filter_factory',
'catch_errors=swift.common.middleware.catch_errors:filter_factory',
'swift3=swift.common.middleware.swift3:filter_factory',
'tempauth=swift.common.middleware.tempauth:filter_factory',