charm-swift-storage/templates/050-swift-storage.conf

25 lines
468 B
Plaintext

[account]
uid = swift
guid = swift
max connections = {{ account_max_connections }}
path = /srv/node/
read only = false
lock file = /var/lock/account.lock
[container]
uid = swift
guid = swift
max connections = {{ container_max_connections }}
path = /srv/node/
read only = false
lock file = /var/lock/container.lock
[object]
uid = swift
guid = swift
max connections = {{ object_max_connections }}
path = /srv/node/
read only = false
lock file = /var/lock/object.lock