Remove trailing whitespace from txt files
Now doc -e .txt doc passes. Change-Id: Iffd51c0ca648b208b5b6381d6ced919eaf914e55
This commit is contained in:
parent
a65403c009
commit
699a879342
@ -4,17 +4,16 @@ mount_check = false
|
||||
bind_port = 6012
|
||||
user = swift
|
||||
log_facility = LOG_LOCAL2
|
||||
|
||||
|
||||
[pipeline:main]
|
||||
pipeline = account-server
|
||||
|
||||
|
||||
[app:account-server]
|
||||
use = egg:swift#account
|
||||
|
||||
|
||||
[account-replicator]
|
||||
vm_test_mode = yes
|
||||
|
||||
|
||||
[account-auditor]
|
||||
|
||||
|
||||
[account-reaper]
|
||||
|
@ -1,16 +1,15 @@
|
||||
[DEFAULT]
|
||||
bind_ip = 0.0.0.0
|
||||
workers = 2
|
||||
|
||||
|
||||
[pipeline:main]
|
||||
pipeline = account-server
|
||||
|
||||
|
||||
[app:account-server]
|
||||
use = egg:swift#account
|
||||
|
||||
|
||||
[account-replicator]
|
||||
|
||||
|
||||
[account-auditor]
|
||||
|
||||
|
||||
[account-reaper]
|
||||
|
||||
|
@ -4,17 +4,17 @@ mount_check = false
|
||||
bind_port = 6011
|
||||
user = swift
|
||||
log_facility = LOG_LOCAL2
|
||||
|
||||
|
||||
[pipeline:main]
|
||||
pipeline = container-server
|
||||
|
||||
|
||||
[app:container-server]
|
||||
use = egg:swift#container
|
||||
|
||||
|
||||
[container-replicator]
|
||||
vm_test_mode = yes
|
||||
|
||||
|
||||
[container-updater]
|
||||
|
||||
|
||||
[container-auditor]
|
||||
[container-sync]
|
||||
[container-sync]
|
||||
|
@ -1,17 +1,17 @@
|
||||
[DEFAULT]
|
||||
bind_ip = 0.0.0.0
|
||||
workers = 2
|
||||
|
||||
|
||||
[pipeline:main]
|
||||
pipeline = container-server
|
||||
|
||||
|
||||
[app:container-server]
|
||||
use = egg:swift#container
|
||||
|
||||
|
||||
[container-replicator]
|
||||
|
||||
|
||||
[container-updater]
|
||||
|
||||
|
||||
[container-auditor]
|
||||
|
||||
|
||||
[container-sync]
|
||||
|
@ -5,11 +5,11 @@ iface lo inet loopback
|
||||
# The primary network interface
|
||||
auto eth0
|
||||
iface eth0 inet dhcp
|
||||
|
||||
# Bridge network interface for VM networks
|
||||
auto br100
|
||||
iface br100 inet static
|
||||
address 192.168.100.1
|
||||
netmask 255.255.255.0
|
||||
|
||||
# Bridge network interface for VM networks
|
||||
auto br100
|
||||
iface br100 inet static
|
||||
address 192.168.100.1
|
||||
netmask 255.255.255.0
|
||||
bridge_stp off
|
||||
bridge_fd 0
|
||||
bridge_fd 0
|
||||
|
@ -4,18 +4,18 @@ mount_check = false
|
||||
bind_port = 6010
|
||||
user = swift
|
||||
log_facility = LOG_LOCAL2
|
||||
|
||||
|
||||
[pipeline:main]
|
||||
pipeline = object-server
|
||||
|
||||
|
||||
[app:object-server]
|
||||
use = egg:swift#object
|
||||
|
||||
|
||||
[object-replicator]
|
||||
vm_test_mode = yes
|
||||
|
||||
|
||||
[object-updater]
|
||||
|
||||
|
||||
[object-auditor]
|
||||
|
||||
[object-expirer]
|
||||
[object-expirer]
|
||||
|
@ -1,17 +1,17 @@
|
||||
[DEFAULT]
|
||||
bind_ip = 0.0.0.0
|
||||
workers = 2
|
||||
|
||||
|
||||
[pipeline:main]
|
||||
pipeline = object-server
|
||||
|
||||
|
||||
[app:object-server]
|
||||
use = egg:swift#object
|
||||
|
||||
|
||||
[object-replicator]
|
||||
|
||||
|
||||
[object-updater]
|
||||
|
||||
|
||||
[object-auditor]
|
||||
|
||||
[object-expirer]
|
||||
[object-expirer]
|
||||
|
Loading…
Reference in New Issue
Block a user