Update the swift tables in the config reference

Change-Id: Icebca21e9242da78e95297c43a3d2cd6aa17689f
This commit is contained in:
Gauvain Pocentek
2014-10-07 07:08:17 +02:00
parent 4d56783202
commit 442c606f28
6 changed files with 45 additions and 19 deletions

View File

@@ -247,13 +247,12 @@
</tr> </tr>
<tr> <tr>
<td>object-expirer.conf: [filter-proxy-logging] reveal_sensitive_prefix = 16</td> <td>object-expirer.conf: [filter-proxy-logging] reveal_sensitive_prefix = 16</td>
<td>(StrOpt) <td>(StrOpt) The X-Auth-Token is sensitive data. If revealed to an unauthorised person,
The X-Auth-Token is sensitive data. If revealed to an unauthorised person, they can now make requests against an account until the token expires.
they can now make requests against an account until the token expires.
Set reveal_sensitive_prefix to the number of characters of the token that are logged. Set reveal_sensitive_prefix to the number of characters of the token that are logged.
For example reveal_sensitive_prefix = 12 so only first 12 characters of the token are logged. For example reveal_sensitive_prefix = 12 so only first 12 characters of the token are logged.
Or, set to 0 to completely remove the token.</td> Or, set to 0 to completely remove the token.</td>
</tr> </tr>
<tr> <tr>
<td>object-expirer.conf: [filter-proxy-logging] use = egg:swift#proxy_logging</td> <td>object-expirer.conf: [filter-proxy-logging] use = egg:swift#proxy_logging</td>
@@ -271,6 +270,10 @@
<td>object-server.conf: [DEFAULT] log_max_line_length = 0</td> <td>object-server.conf: [DEFAULT] log_max_line_length = 0</td>
<td>(StrOpt) Caps the length of log lines to the value given; no limit if set to 0, the default.</td> <td>(StrOpt) Caps the length of log lines to the value given; no limit if set to 0, the default.</td>
</tr> </tr>
<tr>
<td>object-server.conf: [app-object-server] splice = no</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr> <tr>
<td>object-server.conf: [filter-xprofile] dump_interval = 5.0</td> <td>object-server.conf: [filter-xprofile] dump_interval = 5.0</td>
<td>(StrOpt) No help text available for this option.</td> <td>(StrOpt) No help text available for this option.</td>
@@ -323,6 +326,14 @@
<td>proxy-server.conf: [filter-container_sync] current = //REALM/CLUSTER</td> <td>proxy-server.conf: [filter-container_sync] current = //REALM/CLUSTER</td>
<td>(StrOpt) No help text available for this option.</td> <td>(StrOpt) No help text available for this option.</td>
</tr> </tr>
<tr>
<td>proxy-server.conf: [filter-keystoneauth] allow_names_in_acls = true</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>proxy-server.conf: [filter-keystoneauth] default_domain_id = default</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr> <tr>
<td>proxy-server.conf: [filter-xprofile] dump_interval = 5.0</td> <td>proxy-server.conf: [filter-xprofile] dump_interval = 5.0</td>
<td>(StrOpt) No help text available for this option.</td> <td>(StrOpt) No help text available for this option.</td>
@@ -395,6 +406,11 @@
<td>catch_errors cache proxy-server</td> <td>catch_errors cache proxy-server</td>
<td>catch_errors proxy-logging cache proxy-server</td> <td>catch_errors proxy-logging cache proxy-server</td>
</tr> </tr>
<tr>
<td>proxy-server.conf: [DEFAULT] bind_port</td>
<td>80</td>
<td>8080</td>
</tr>
<tr> <tr>
<td>proxy-server.conf: [DEFAULT] disallowed_sections</td> <td>proxy-server.conf: [DEFAULT] disallowed_sections</td>
<td>container_quotas, tempurl</td> <td>container_quotas, tempurl</td>

View File

@@ -80,13 +80,12 @@
</tr> </tr>
<tr> <tr>
<td>reveal_sensitive_prefix = 16</td> <td>reveal_sensitive_prefix = 16</td>
<td> <td>The X-Auth-Token is sensitive data. If revealed to an unauthorised person,
The X-Auth-Token is sensitive data. If revealed to an unauthorised person, they can now make requests against an account until the token expires.
they can now make requests against an account until the token expires.
Set reveal_sensitive_prefix to the number of characters of the token that are logged. Set reveal_sensitive_prefix to the number of characters of the token that are logged.
For example reveal_sensitive_prefix = 12 so only first 12 characters of the token are logged. For example reveal_sensitive_prefix = 12 so only first 12 characters of the token are logged.
Or, set to 0 to completely remove the token.</td> Or, set to 0 to completely remove the token.</td>
</tr> </tr>
<tr> <tr>
<td>use = egg:swift#proxy_logging</td> <td>use = egg:swift#proxy_logging</td>

View File

@@ -88,6 +88,10 @@
<td>slow = 0</td> <td>slow = 0</td>
<td>If &gt; 0, Minimum time in seconds for a PUT or DELETE request to complete</td> <td>If &gt; 0, Minimum time in seconds for a PUT or DELETE request to complete</td>
</tr> </tr>
<tr>
<td>splice = no</td>
<td>No help text available for this option.</td>
</tr>
<tr> <tr>
<td>threads_per_disk = 0</td> <td>threads_per_disk = 0</td>
<td>Size of the per-disk thread pool used for performing disk I/O. The default of 0 means to not use a per-disk thread pool. It is recommended to keep this value small, as large values can result in high read latencies due to large queue depths. A good starting point is 4 threads per disk.</td> <td>Size of the per-disk thread pool used for performing disk I/O. The default of 0 means to not use a per-disk thread pool. It is recommended to keep this value small, as large values can result in high read latencies due to large queue depths. A good starting point is 4 threads per disk.</td>

View File

@@ -29,7 +29,7 @@
<td>IP Address for server to bind to</td> <td>IP Address for server to bind to</td>
</tr> </tr>
<tr> <tr>
<td>bind_port = 80</td> <td>bind_port = 8080</td>
<td>Port for server to bind to</td> <td>Port for server to bind to</td>
</tr> </tr>
<tr> <tr>

View File

@@ -16,6 +16,14 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr>
<td>allow_names_in_acls = true</td>
<td>No help text available for this option.</td>
</tr>
<tr>
<td>default_domain_id = default</td>
<td>No help text available for this option.</td>
</tr>
<tr> <tr>
<td>operator_roles = admin, swiftoperator</td> <td>operator_roles = admin, swiftoperator</td>
<td>No help text available for this option.</td> <td>No help text available for this option.</td>

View File

@@ -80,13 +80,12 @@
</tr> </tr>
<tr> <tr>
<td>reveal_sensitive_prefix = 16</td> <td>reveal_sensitive_prefix = 16</td>
<td> <td>The X-Auth-Token is sensitive data. If revealed to an unauthorised person,
The X-Auth-Token is sensitive data. If revealed to an unauthorised person, they can now make requests against an account until the token expires.
they can now make requests against an account until the token expires.
Set reveal_sensitive_prefix to the number of characters of the token that are logged. Set reveal_sensitive_prefix to the number of characters of the token that are logged.
For example reveal_sensitive_prefix = 12 so only first 12 characters of the token are logged. For example reveal_sensitive_prefix = 12 so only first 12 characters of the token are logged.
Or, set to 0 to completely remove the token.</td> Or, set to 0 to completely remove the token.</td>
</tr> </tr>
<tr> <tr>
<td>use = egg:swift#proxy_logging</td> <td>use = egg:swift#proxy_logging</td>