1d75d9ec43
This commit just changes the autogenerated files to match what's output after the following commits in openstack-doc-tools: d740b7f4dd84a2142b7a370ebf3cf10f76c2a651 6708afbef1f4a662fd1b164ce3f635ad71ba7662 Change-Id: Ie48b99deb54877f9857abe94e90c9f160852aa92
60 lines
2.5 KiB
XML
60 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>
|
|
<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> |