summaryrefslogtreecommitdiffstats
path: root/test/functional_auth/gswauth/conf/object-expirer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional_auth/gswauth/conf/object-expirer.conf')
-rw-r--r--test/functional_auth/gswauth/conf/object-expirer.conf17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/functional_auth/gswauth/conf/object-expirer.conf b/test/functional_auth/gswauth/conf/object-expirer.conf
deleted file mode 100644
index b75963c..0000000
--- a/test/functional_auth/gswauth/conf/object-expirer.conf
+++ /dev/null
@@ -1,17 +0,0 @@
-[DEFAULT]
-
-[object-expirer]
-# auto_create_account_prefix = .
-
-[pipeline:main]
-pipeline = catch_errors cache proxy-server
-
-[app:proxy-server]
-use = egg:swift#proxy
-
-[filter:cache]
-use = egg:swift#memcache
-memcache_servers = 127.0.0.1:11211
-
-[filter:catch_errors]
-use = egg:swift#catch_errors