charm-swift-storage/templates/container-server.conf
2014-09-25 14:36:13 +08:00

25 lines
382 B
Plaintext

[DEFAULT]
bind_ip = {{ bind_host }}
bind_port = {{ container_server_port }}
workers = {{ workers }}
[pipeline:main]
pipeline = recon container-server
[filter:recon]
use = egg:swift#recon
recon_cache_path = /var/cache/swift
[app:container-server]
use = egg:swift#container
allow_versions = true
[container-replicator]
[container-updater]
[container-auditor]
[container-sync]