summaryrefslogtreecommitdiff
path: root/doc/source/misc.rst
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 /doc/source/misc.rst
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 'doc/source/misc.rst')
-rw-r--r--doc/source/misc.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/source/misc.rst b/doc/source/misc.rst
index e4e7358c4..388a3bf95 100644
--- a/doc/source/misc.rst
+++ b/doc/source/misc.rst
@@ -139,10 +139,3 @@ Swift3
.. automodule:: swift.common.middleware.swift3
:members:
:show-inheritance:
-
-CNAME Lookup
-============
-
-.. automodule:: swift.common.middleware.cname_lookup
- :members:
- :show-inheritance: