Merge "Update swift templates for rsync_module"
This commit is contained in:
commit
822a3994fd
@ -22,7 +22,7 @@ use = egg:swift#account
|
||||
|
||||
{% if service_name == 'swift-account-replicator' %}
|
||||
[account-replicator]
|
||||
sync_module = {replication_ip}:{meta}:account
|
||||
rsync_module = {replication_ip}:{meta}:account
|
||||
{% endif %}
|
||||
|
||||
{% if service_name == 'swift-account-reaper' %}
|
||||
|
@ -23,7 +23,7 @@ allow_versions = True
|
||||
|
||||
{% if service_name == 'swift-container-replicator' %}
|
||||
[container-replicator]
|
||||
sync_module = {replication_ip}:{meta}:container
|
||||
rsync_module = {replication_ip}:{meta}:container
|
||||
{% endif %}
|
||||
|
||||
{% if service_name == 'swift-container-updater' %}
|
||||
|
@ -27,7 +27,7 @@ use = egg:swift#object
|
||||
|
||||
[object-replicator]
|
||||
{% if service_name == 'swift-object-replicator' %}
|
||||
sync_module = {replication_ip}:{meta}:object
|
||||
rsync_module = {replication_ip}:{meta}:object
|
||||
{% endif %}
|
||||
|
||||
{% if service_name == 'swift-object-updater' %}
|
||||
|
Loading…
Reference in New Issue
Block a user