From 699a879342fd1364e258b8ed68d87771ef466b2c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 13 Aug 2014 14:20:19 +0200 Subject: [PATCH] Remove trailing whitespace from txt files Now doc -e .txt doc passes. Change-Id: Iffd51c0ca648b208b5b6381d6ced919eaf914e55 --- .../samples/account-server-1.conf.txt | 11 +++++------ doc/install-guide/samples/account-server.conf.txt | 11 +++++------ .../samples/container-server-1.conf.txt | 12 ++++++------ .../samples/container-server.conf.txt | 12 ++++++------ .../samples/network-interfaces.conf.txt | 14 +++++++------- doc/install-guide/samples/object-server-1.conf.txt | 12 ++++++------ doc/install-guide/samples/object-server.conf.txt | 12 ++++++------ 7 files changed, 41 insertions(+), 43 deletions(-) diff --git a/doc/install-guide/samples/account-server-1.conf.txt b/doc/install-guide/samples/account-server-1.conf.txt index 870ce08e17..a3d5231e53 100644 --- a/doc/install-guide/samples/account-server-1.conf.txt +++ b/doc/install-guide/samples/account-server-1.conf.txt @@ -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] - \ No newline at end of file diff --git a/doc/install-guide/samples/account-server.conf.txt b/doc/install-guide/samples/account-server.conf.txt index b1d55e0bf7..9ea324d914 100644 --- a/doc/install-guide/samples/account-server.conf.txt +++ b/doc/install-guide/samples/account-server.conf.txt @@ -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] - diff --git a/doc/install-guide/samples/container-server-1.conf.txt b/doc/install-guide/samples/container-server-1.conf.txt index 59d5e2f457..f2bc939d9f 100644 --- a/doc/install-guide/samples/container-server-1.conf.txt +++ b/doc/install-guide/samples/container-server-1.conf.txt @@ -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] \ No newline at end of file +[container-sync] diff --git a/doc/install-guide/samples/container-server.conf.txt b/doc/install-guide/samples/container-server.conf.txt index 9c0287bd3a..83f612fb2a 100644 --- a/doc/install-guide/samples/container-server.conf.txt +++ b/doc/install-guide/samples/container-server.conf.txt @@ -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] diff --git a/doc/install-guide/samples/network-interfaces.conf.txt b/doc/install-guide/samples/network-interfaces.conf.txt index c5fed3d549..e99593d014 100644 --- a/doc/install-guide/samples/network-interfaces.conf.txt +++ b/doc/install-guide/samples/network-interfaces.conf.txt @@ -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 \ No newline at end of file +bridge_fd 0 diff --git a/doc/install-guide/samples/object-server-1.conf.txt b/doc/install-guide/samples/object-server-1.conf.txt index 2a0ff66cc9..a84225ad17 100644 --- a/doc/install-guide/samples/object-server-1.conf.txt +++ b/doc/install-guide/samples/object-server-1.conf.txt @@ -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] \ No newline at end of file +[object-expirer] diff --git a/doc/install-guide/samples/object-server.conf.txt b/doc/install-guide/samples/object-server.conf.txt index e7a4ea9870..7357e32714 100644 --- a/doc/install-guide/samples/object-server.conf.txt +++ b/doc/install-guide/samples/object-server.conf.txt @@ -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] \ No newline at end of file +[object-expirer]