make the bind_port config setting required
In a long-term effort to change the recommended ports for Swift, the first step is to require the bind_port in config files. Later, we can change the recommended setting. Anyone currently explicitly setting the ports will not be affected. Anyone not setting the ports will need to specify them to match their rings. DocImpact Change-Id: Icca83a263acdd0afc9016424a3e9f8c15e944789
This commit is contained in:
10 changed files with 40 additions and 19 deletions
@@ -1,6 +1,6 @@
[DEFAULT]
# bind_ip = 0.0.0.0
# bind_port = 80
bind_port = 8080
# bind_timeout = 30
# backlog = 4096
# swift_dir = /etc/swift
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.