openstack-swift/account-server.conf
huangtianhua cbf16d95f5 Update swift conf
(cherry picked from commit 4b5d1d749679a2d2f876a1c36ae2c5756313ca4f)
2021-12-21 14:43:56 +08:00

28 lines
424 B
Plaintext

[DEFAULT]
bind_ip = 127.0.0.1
bind_port = 6202
workers = 2
user = swift
swift_dir = /etc/swift
devices = /srv/node
mount_check = True
[pipeline:main]
pipeline = healthcheck recon account-server
[filter:healthcheck]
use = egg:swift#healthcheck
[filter:recon]
use = egg:swift#recon
recon_cache_path = /var/cache/swift
[app:account-server]
use = egg:swift#account
[account-auditor]
[account-reaper]
[account-replicator]