Unified format of boolean params in conf files

In swift conf files, boolean options use different
format: some use true/false, and some use True/False.
This patch is aim to using lowcase true/false to unify
boolean params formats in swift conf files.
Fix Bug #1203421
Change-Id: I3e1bfc6e43231f51e0710aa54869f3774ee896b1
This commit is contained in:
Newptone
2013年07月21日 12:18:24 +08:00
parent 0fdad0d9d9
commit 5c1a7871d9

View File

@@ -51,7 +51,7 @@ use = egg:swift#account
# set log_name = account-server
# set log_facility = LOG_LOCAL0
# set log_level = INFO
# set log_requests = True
# set log_requests = true
# set log_address = /dev/log
#
# auto_create_account_prefix = .
@@ -63,7 +63,7 @@ use = egg:swift#account
# set to a True value (e.g. "True" or "1"). To handle only non-replication
# verbs, set to "False". Unless you have a separate replication network, you
# should not specify any value for "replication_server".
# replication_server = False
# replication_server = false
[filter:healthcheck]
use = egg:swift#healthcheck
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.