summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-06-06 21:04:48 +0000
committerGerrit Code Review <review@openstack.org>2022-06-06 21:04:48 +0000
commit73b2730f71ec19c7fa348c8bd02fd1945688470f (patch)
tree4bc9a642edf4cc07299aac8fe416d47029f0c926 /etc
parente596754db58ae4d61ef5af8ff3bd8fa313fd52f9 (diff)
parent12bc79bf01e7619e4dc6ad549566702a289af62b (diff)
downloadswift-73b2730f71ec19c7fa348c8bd02fd1945688470f.tar.gz
Merge "Add ring_ip option to object services"
Diffstat (limited to 'etc')
-rw-r--r--etc/object-server.conf-sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/object-server.conf-sample b/etc/object-server.conf-sample
index 71a264fab..ee8e58104 100644
--- a/etc/object-server.conf-sample
+++ b/etc/object-server.conf-sample
@@ -22,6 +22,12 @@ bind_port = 6200
# feature.
# servers_per_port = 0
#
+# If running in a container, servers_per_port may not be able to use the
+# bind_ip to lookup the ports in the ring. You may instead override the port
+# lookup in the ring using the ring_ip. Any devices/ports associted with the
+# ring_ip will be used when listening on the configured bind_ip address.
+# ring_ip = <bind_ip>
+#
# Maximum concurrent requests per worker
# max_clients = 1024
#