Merge "Update swift templates for rsync_module"

This commit is contained in:
Zuul 2017-12-07 10:41:28 +00:00 committed by Gerrit Code Review
commit 822a3994fd
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ use = egg:swift#account
{% if service_name == 'swift-account-replicator' %} {% if service_name == 'swift-account-replicator' %}
[account-replicator] [account-replicator]
sync_module = {replication_ip}:{meta}:account rsync_module = {replication_ip}:{meta}:account
{% endif %} {% endif %}
{% if service_name == 'swift-account-reaper' %} {% if service_name == 'swift-account-reaper' %}

View File

@ -23,7 +23,7 @@ allow_versions = True
{% if service_name == 'swift-container-replicator' %} {% if service_name == 'swift-container-replicator' %}
[container-replicator] [container-replicator]
sync_module = {replication_ip}:{meta}:container rsync_module = {replication_ip}:{meta}:container
{% endif %} {% endif %}
{% if service_name == 'swift-container-updater' %} {% if service_name == 'swift-container-updater' %}

View File

@ -27,7 +27,7 @@ use = egg:swift#object
[object-replicator] [object-replicator]
{% if service_name == 'swift-object-replicator' %} {% if service_name == 'swift-object-replicator' %}
sync_module = {replication_ip}:{meta}:object rsync_module = {replication_ip}:{meta}:object
{% endif %} {% endif %}
{% if service_name == 'swift-object-updater' %} {% if service_name == 'swift-object-updater' %}