openstack-manuals/doc/common/tables/nova-s3.xml
Shaun McCance 14908866c8 Add group information to nova config reference
Change-Id: I8f25f33e031fb28f26a773a79e99e719e671bc7e
2014-01-20 10:16:26 -05:00

64 lines
2.5 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 s3</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>buckets_path = $state_path/buckets</td>
<td>(StrOpt) path to s3 buckets</td>
</tr>
<tr>
<td>image_decryption_dir = /tmp</td>
<td>(StrOpt) parent dir for tempdir used for image decryption</td>
</tr>
<tr>
<td>s3_access_key = notchecked</td>
<td>(StrOpt) access key to use for s3 server for images</td>
</tr>
<tr>
<td>s3_affix_tenant = False</td>
<td>(BoolOpt) whether to affix the tenant id to the access key when downloading from s3</td>
</tr>
<tr>
<td>s3_host = $my_ip</td>
<td>(StrOpt) hostname or ip for OpenStack to use when accessing the s3 api</td>
</tr>
<tr>
<td>s3_listen = 0.0.0.0</td>
<td>(StrOpt) IP address for S3 API to listen</td>
</tr>
<tr>
<td>s3_listen_port = 3333</td>
<td>(IntOpt) port for s3 api to listen</td>
</tr>
<tr>
<td>s3_port = 3333</td>
<td>(IntOpt) port used when accessing the s3 api</td>
</tr>
<tr>
<td>s3_secret_key = notchecked</td>
<td>(StrOpt) secret key to use for s3 server for images</td>
</tr>
<tr>
<td>s3_use_ssl = False</td>
<td>(BoolOpt) whether to use ssl when talking to s3</td>
</tr>
</tbody>
</table>
</para>