1e51c11582
* change config vars _LOCATION to _DIR to be consistient with other vars * let config files live in /etc/swift like they want to * move swift backing files to $DEST/data/swift Change-Id: Idbd507736b46c5c2330e0255cc87f40068d3faf6
23 lines
363 B
Plaintext
23 lines
363 B
Plaintext
[DEFAULT]
|
|
devices = %NODE_PATH%/node
|
|
mount_check = false
|
|
bind_port = %BIND_PORT%
|
|
user = %USER%
|
|
log_facility = LOG_LOCAL%LOG_FACILITY%
|
|
swift_dir = %SWIFT_CONFIG_DIR%
|
|
|
|
[pipeline:main]
|
|
pipeline = container-server
|
|
|
|
[app:container-server]
|
|
use = egg:swift#container
|
|
|
|
[container-replicator]
|
|
vm_test_mode = yes
|
|
|
|
[container-updater]
|
|
|
|
[container-auditor]
|
|
|
|
[container-sync]
|