openstack-manuals/doc/common/tables/glance-swift.xml
Andreas Jaeger cfbed0920a Update glance autogenerated tables
Change-Id: Ide438e97568314219e941c9085a3fa10516ef732
2013-09-19 22:35:29 +02:00

80 lines
4.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in the tools directory of this
repository -->
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for swift</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>swift_enable_snet=False</td>
<td>(BoolOpt) Whether to use ServiceNET to communicate with the Swift storage servers.</td>
</tr>
<tr>
<td>swift_store_admin_tenants=</td>
<td>(ListOpt) A list of tenants that will be granted read/write access on all Swift containers created by Glance in multi-tenant mode.</td>
</tr>
<tr>
<td>swift_store_auth_address=None</td>
<td>(StrOpt) The address where the Swift authentication service is listening.</td>
</tr>
<tr>
<td>swift_store_auth_insecure=False</td>
<td>(BoolOpt) If True, swiftclient won't check for a valid SSL certificate when authenticating.</td>
</tr>
<tr>
<td>swift_store_auth_version=2</td>
<td>(StrOpt) Version of the authentication service to use. Valid versions are 2 for keystone and 1 for swauth and rackspace</td>
</tr>
<tr>
<td>swift_store_container=glance</td>
<td>(StrOpt) Container within the account that the account should use for storing images in Swift.</td>
</tr>
<tr>
<td>swift_store_create_container_on_put=False</td>
<td>(BoolOpt) A boolean value that determines if we create the container if it does not exist.</td>
</tr>
<tr>
<td>swift_store_endpoint_type=publicURL</td>
<td>(StrOpt) A string giving the endpoint type of the swift service to use (publicURL, adminURL or internalURL). This setting is only used if swift_store_auth_version is 2.</td>
</tr>
<tr>
<td>swift_store_key=None</td>
<td>(StrOpt) Auth key for the user authenticating against the Swift authentication service.</td>
</tr>
<tr>
<td>swift_store_large_object_chunk_size=200</td>
<td>(IntOpt) The amount of data written to a temporary disk buffer during the process of chunking the image file.</td>
</tr>
<tr>
<td>swift_store_large_object_size=5120</td>
<td>(IntOpt) The size, in MB, that Glance will start chunking image files and do a large object manifest in Swift</td>
</tr>
<tr>
<td>swift_store_multi_tenant=False</td>
<td>(BoolOpt) If set to True, enables multi-tenant storage mode which causes Glance images to be stored in tenant specific Swift accounts.</td>
</tr>
<tr>
<td>swift_store_region=None</td>
<td>(StrOpt) The region of the swift endpoint to be used for single tenant. This setting is only necessary if the tenant has multiple swift endpoints.</td>
</tr>
<tr>
<td>swift_store_service_type=object-store</td>
<td>(StrOpt) A string giving the service type of the swift service to use. This setting is only used if swift_store_auth_version is 2.</td>
</tr>
<tr>
<td>swift_store_user=None</td>
<td>(StrOpt) The user to authenticate against the Swift authentication service</td>
</tr>
</tbody>
</table>
</para>