Merge "Add rsync env for account & container replicators"
This commit is contained in:
commit
4df5fe5033
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user