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:
John Dickinson
2014年09月01日 11:22:53 -07:00
parent f436da3b9b
commit b7281cf2c5

View File

@@ -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
openstack/swift
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.

The note is not visible to the blocked user.