summaryrefslogtreecommitdiffstats
path: root/test/functional_auth/common_conf/object-expirer.conf
blob: 4449ee250d92e6ef24a70760fb97455a6d8c769a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#TODO: Add documentation to explain various options
#For now, refer: https://github.com/openstack/swift/blob/master/etc/object-expirer.conf-sample

[DEFAULT]

[object-expirer]
user = root
log_facility = LOG_LOCAL2
log_level = DEBUG
# The following parameters are used by object-expirer and needs to be same
# across all conf files!
auto_create_account_prefix = gs
expiring_objects_account_name = expiring

interval = 30

[pipeline:main]
pipeline = catch_errors cache proxy-server

[app:proxy-server]
use = egg:gluster_swift#proxy

[filter:cache]
use = egg:swift#memcache

[filter:catch_errors]
use = egg:swift#catch_errors