charm-swift-storage/templates/account-server.conf

35 lines
695 B
Plaintext

[DEFAULT]
bind_ip = {{ bind_host }}
bind_port = {{ account_server_port }}
workers = {{ workers }}
{% if node_timeout -%}
node_timeout = {{ node_timeout }}
{%- endif %}
{% if fallocate_reserve != 0 %}
fallocate_reserve = {{ fallocate_reserve }}
{% endif %}
{% if statsd_host %}
log_statsd_host = {{ statsd_host }}
log_statsd_port = {{ statsd_port }}
log_statsd_default_sample_rate = {{ statsd_sample_rate }}
{% endif %}
[pipeline:main]
pipeline = recon account-server
[filter:recon]
use = egg:swift#recon
recon_cache_path = /var/cache/swift
[app:account-server]
use = egg:swift#account
{% if not standalone_replicator %}
[account-replicator]
{% endif %}
[account-auditor]
[account-reaper]