Skip to content
Snippets Groups Projects
Commit 822a3994 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Update swift templates for rsync_module"

parents 47d83d6b 4cac847f
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ use = egg:swift#account ...@@ -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' %}
......
...@@ -23,7 +23,7 @@ allow_versions = True ...@@ -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' %}
......
...@@ -27,7 +27,7 @@ use = egg:swift#object ...@@ -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' %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment