openstack-manuals/doc/common/tables/nova-s3.xml
Tom Fifield 0930aab61a Updated nova config tables after feature freeze
Update the flagmappings after the feature freeze for nova,
and produce the new tables.

Change-Id: I6a41a4c92f793ac1f676b07e453519281136171e
2013-09-15 10:39:40 +08:00

60 lines
2.4 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>
<td>Configuration option=Default value</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<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>