cb1f8a250e
Also update shared headers. Rename scheduling to scheduler to follow other projects. Move some options together. Partial-Bug: #1332366 Closes-Bug: #1352706 Closes-Bug: #1355568 Closes-Bug: #1355791 Change-Id: Icd765ce0da0f98bb45d227165a3d98da21efbdeb
63 lines
2.0 KiB
XML
63 lines
2.0 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in openstack-doc-tools repository. -->
|
|
<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>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>
|