add object-expirer.conf, moving toward openstack-swift-1.7.6

This commit is contained in:
Kaleb S. KEITHLEY 2013-03-27 14:30:48 -04:00
parent fff038fc28
commit 55cb1d0e77

17
object-expirer.conf Normal file
View File

@ -0,0 +1,17 @@
[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