summaryrefslogtreecommitdiff
path: root/doc/saio/swift/container-server/3.conf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/saio/swift/container-server/3.conf')
-rw-r--r--doc/saio/swift/container-server/3.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/saio/swift/container-server/3.conf b/doc/saio/swift/container-server/3.conf
index 73e760af1..d4de73a92 100644
--- a/doc/saio/swift/container-server/3.conf
+++ b/doc/saio/swift/container-server/3.conf
@@ -11,7 +11,7 @@ recon_cache_path = /var/cache/swift3
eventlet_debug = true
[pipeline:main]
-pipeline = recon container-server
+pipeline = healthcheck recon container-server
[app:container-server]
use = egg:swift#container
@@ -19,6 +19,9 @@ use = egg:swift#container
[filter:recon]
use = egg:swift#recon
+[filter:healthcheck]
+use = egg:swift#healthcheck
+
[container-replicator]
rsync_module = {replication_ip}::container{replication_port}