charm-swift-storage/templates/050-swift-storage.conf
2015-11-27 09:28:53 +00:00

33 lines
677 B
Plaintext

[account]
uid = swift
guid = swift
max connections = {{ account_max_connections }}
path = /srv/node/
read only = false
lock file = /var/lock/account.lock
{% if allowed_hosts -%}
hosts allow = {{ allowed_hosts }}
{% endif %}
[container]
uid = swift
guid = swift
max connections = {{ container_max_connections }}
path = /srv/node/
read only = false
lock file = /var/lock/container.lock
{% if allowed_hosts -%}
hosts allow = {{ allowed_hosts }}
{% endif %}
[object]
uid = swift
guid = swift
max connections = {{ object_max_connections }}
path = /srv/node/
read only = false
lock file = /var/lock/object.lock
{% if allowed_hosts -%}
hosts allow = {{ allowed_hosts }}
{% endif %}