openstack-manuals/doc/common/tables/nova-s3.xml
Tom Fifield dc7c13a659 Regenerate config tables for K1
This patch regenerates the configuration tables using
code from 2014-12-31, or about kilo-1.

It also uses new doc-tools code to mark-up options
and their default values semantically.

Change-Id: Id68a87b69fb80edbc156b9bcb1549cca5e61464b
2015-01-01 19:13:38 +08:00

63 lines
2.4 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_nova_s3">
<caption>Description of S3 configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td><option>buckets_path</option> = <replaceable>$state_path/buckets</replaceable></td>
<td>(StrOpt) Path to S3 buckets</td>
</tr>
<tr>
<td><option>image_decryption_dir</option> = <replaceable>/tmp</replaceable></td>
<td>(StrOpt) Parent directory for tempdir used for image decryption</td>
</tr>
<tr>
<td><option>s3_access_key</option> = <replaceable>notchecked</replaceable></td>
<td>(StrOpt) Access key to use for S3 server for images</td>
</tr>
<tr>
<td><option>s3_affix_tenant</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Whether to affix the tenant id to the access key when downloading from S3</td>
</tr>
<tr>
<td><option>s3_host</option> = <replaceable>$my_ip</replaceable></td>
<td>(StrOpt) Hostname or IP for OpenStack to use when accessing the S3 api</td>
</tr>
<tr>
<td><option>s3_listen</option> = <replaceable>0.0.0.0</replaceable></td>
<td>(StrOpt) IP address for S3 API to listen</td>
</tr>
<tr>
<td><option>s3_listen_port</option> = <replaceable>3333</replaceable></td>
<td>(IntOpt) Port for S3 API to listen</td>
</tr>
<tr>
<td><option>s3_port</option> = <replaceable>3333</replaceable></td>
<td>(IntOpt) Port used when accessing the S3 api</td>
</tr>
<tr>
<td><option>s3_secret_key</option> = <replaceable>notchecked</replaceable></td>
<td>(StrOpt) Secret key to use for S3 server for images</td>
</tr>
<tr>
<td><option>s3_use_ssl</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Whether to use SSL when talking to S3</td>
</tr>
</tbody>
</table>
</para>