puppet-swift/templates/account-server.conf.erb
Xingchao Yu 8dd197a730 Fix puppet 3.x template variable deprecation warning
Change-Id: I0982c90b79ba4ff0844d5da778ae97b2f5221c37
loses-bug: #1244510
2013-11-01 10:57:53 +08:00

29 lines
639 B
Plaintext

[DEFAULT]
devices = <%= @devices %>
bind_ip = <%= @storage_local_net_ip %>
bind_port = <%= @bind_port %>
mount_check = <%= @mount_check %>
user = <%= @user %>
log_facility = <%= @log_facility %>
workers = <%= @workers %>
[pipeline:main]
pipeline = <%= @pipeline.to_a.join(' ') %>
[app:account-server]
use = egg:swift#account
set log_name = account-server
set log_facility = <%= @log_facility %>
set log_level = <%= @log_level %>
set log_requests = True
set log_address = <%= @log_address %>
[account-replicator]
concurrency = <%= @replicator_concurrency %>
[account-auditor]
[account-reaper]
concurrency = <%= @reaper_concurrency %>