openstack-manuals/doc/common/tables/nova-s3.xml
Gauvain Pocentek e7cbc675ce update the config reference tables for liberty
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
2015-10-29 07:45:04 +01:00

81 lines
3.1 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!--
###################################################################
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
###################################################################
Warning: Do not edit this file. It is automatically
generated from the software project's code and your changes
will be overwritten.
The tool to generate this file lives in openstack-doc-tools
repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools
repository, or ask for help on the documentation mailing list,
IRC channel or meeting.
###################################################################
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
###################################################################
-->
<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>