summaryrefslogtreecommitdiff
path: root/install-files/openstack/usr/share/swift/etc/rsyncd.j2
diff options
context:
space:
mode:
Diffstat (limited to 'install-files/openstack/usr/share/swift/etc/rsyncd.j2')
-rw-r--r--install-files/openstack/usr/share/swift/etc/rsyncd.j223
1 files changed, 0 insertions, 23 deletions
diff --git a/install-files/openstack/usr/share/swift/etc/rsyncd.j2 b/install-files/openstack/usr/share/swift/etc/rsyncd.j2
deleted file mode 100644
index c0657665..00000000
--- a/install-files/openstack/usr/share/swift/etc/rsyncd.j2
+++ /dev/null
@@ -1,23 +0,0 @@
-uid = swift
-gid = swift
-log file = /var/log/rsyncd.log
-pid file = /var/run/rsyncd.pid
-address = {{ MANAGEMENT_INTERFACE_IP_ADDRESS }}
-
-[account]
-max connections = 2
-path = /srv/node/
-read only = false
-lock file = /var/lock/account.lock
-
-[container]
-max connections = 2
-path = /srv/node/
-read only = false
-lock file = /var/lock/container.lock
-
-[object]
-max connections = 2
-path = /srv/node/
-read only = false
-lock file = /var/lock/object.lock