openstack-manuals/doc/common/tables/swift-conf-changes.xml
Gauvain Pocentek ca63837991 Automatic update of the new/updated options for kilo
Change-Id: I60f1d90a8b6c6699c2e6f6da365052bd780432c2
2015-04-02 15:55:36 +02:00

106 lines
4.5 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="swift-conf-changes-kilo">
<!-- Warning: Do not edit this file. It is automatically generated and your changes will be overwritten. The tool to do so lives in the openstack-doc-tools repository. -->
<title>New, updated and deprecated options in Kilo for OpenStack Object Storage</title>
<table>
<caption>New options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Option = default value</td>
<td>(Type) Help string</td>
</tr>
</thead>
<tr>
<td>drive-audit.conf: [drive-audit] log_to_console = False</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>drive-audit.conf: [drive-audit] recon_cache_path = /var/cache/swift</td>
<td>(StrOpt) Directory where stats for a few items will be stored</td>
</tr>
<tr>
<td>drive-audit.conf: [drive-audit] unmount_failed_device = True</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>memcache.conf: [memcache] connect_timeout = 0.3</td>
<td>(StrOpt) Timeout in seconds (float) for connection</td>
</tr>
<tr>
<td>memcache.conf: [memcache] io_timeout = 2.0</td>
<td>(StrOpt) Timeout in seconds (float) for read and write</td>
</tr>
<tr>
<td>memcache.conf: [memcache] pool_timeout = 1.0</td>
<td>(StrOpt) Timeout in seconds (float) for pooled connection</td>
</tr>
<tr>
<td>memcache.conf: [memcache] tries = 3</td>
<td>(StrOpt) Number of servers to retry on failures getting a pooled connection</td>
</tr>
<tr>
<td>proxy-server.conf: [filter-authtoken] identity_uri = http://keystonehost:35357/</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>proxy-server.conf: [filter-keystoneauth] allow_overrides = true</td>
<td>(StrOpt) This option allows middleware higher in the WSGI pipeline to override auth
processing, useful for middleware such as tempurl and formpost. If you know
you are not going to use such middleware and you want a bit of extra security,
you can set this to False.</td>
</tr>
<tr>
<td>proxy-server.conf: [filter-keystoneauth] is_admin = false</td>
<td>(StrOpt) If this option is set to True, it allows to give a user whose username is the same as the project name and who has any role in the project access rights elevated to be the same as if the user had one of the operator_roles. Note that the condition compares names rather than
UUIDs. This option is deprecated. It is False by default.</td>
</tr>
<tr>
<td>proxy-server.conf: [filter-keystoneauth] reseller_prefix = AUTH</td>
<td>(StrOpt) The naming scope for the auth service. Swift</td>
</tr>
<tr>
<td>proxy-server.conf: [filter-keystoneauth] service_roles = </td>
<td>(StrOpt) When present, this option requires that the X-Service-Token header supplies a token from a user who has a role listed in service_roles. This parameter may be prefixed with an appropriate
prefix.</td>
</tr>
<tr>
<td>proxy-server.conf: [filter-tempauth] require_group = </td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>proxy-server.conf: [filter-tempauth] user_test5_tester5 = testing5 service</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
</table>
<table>
<caption>New default values</caption>
<col width="33%"/>
<col width="33%"/>
<col width="33%"/>
<thead>
<tr>
<td>Option</td>
<td>Previous default value</td>
<td>New default value</td>
</tr>
</thead>
<tr>
<td>object-server.conf: [app-object-server] keep_cache_size</td>
<td>5424880</td>
<td>5242880</td>
</tr>
<tr>
<td>proxy-server.conf: [app-proxy-server] swift_owner_headers</td>
<td>x-container-read, x-container-write, x-container-sync-key, x-container-sync-to, x-account-meta-temp-url-key, x-account-meta-temp-url-key-2, x-account-access-control</td>
<td>x-container-read, x-container-write, x-container-sync-key, x-container-sync-to, x-account-meta-temp-url-key, x-account-meta-temp-url-key-2, x-container-meta-temp-url-key, x-container-meta-temp-url-key-2, x-account-access-control</td>
</tr>
<tr>
<td>proxy-server.conf: [filter-authtoken] delay_auth_decision</td>
<td>1</td>
<td>False</td>
</tr>
</table>
</section>