openstack-manuals/doc/common/tables/nova-s3.xml
Gauvain Pocentek 590bb27b37 update nova flags and tables
Removed docker references (the driver has been removed from nova).

Update confilcting pages including tables to use xrefs instead.

Add a rpc_all section to handle conflicts in the training-guides.

Closes-Bug: #1291138
Closes-Bug: #1292612
Change-Id: I67ad31c3913cae4c2e9e3d2ce41302717af5d839
2014-03-23 07:41:52 +01:00

64 lines
2.6 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" xml:id="config_table_nova_s3">
<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 directory 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>