Merge "Add rsync env for account & container replicators"

This commit is contained in:
Zuul
2018-01-08 07:37:49 +00:00
committed by Gerrit Code Review

View File

@@ -75,6 +75,8 @@
kolla_docker:
action: "start_container"
common_options: "{{ docker_common_options }}"
environment:
RSYNC_CONNECT_PROG: "nc %H {{ swift_rsync_port }}"
image: "{{ swift_account_image_full }}"
name: "swift_account_replicator"
volumes:
@@ -127,6 +129,8 @@
kolla_docker:
action: "start_container"
common_options: "{{ docker_common_options }}"
environment:
RSYNC_CONNECT_PROG: "nc %H {{ swift_rsync_port }}"
image: "{{ swift_container_image_full }}"
name: "swift_container_replicator"
volumes: