77ff96074a
Change-Id: Idc0de341dce591a4d675d1ae2c7abd99cb10af2e
55 lines
2.2 KiB
XML
55 lines
2.2 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_glance_replicator">
|
|
<caption>Description of replicator 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><option>args</option> = <replaceable>None</replaceable></td>
|
|
<td>(ListOpt) Arguments for the command</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>chunksize</option> = <replaceable>65536</replaceable></td>
|
|
<td>(IntOpt) Amount of data to transfer per HTTP write.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>command</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Command to be given to replicator</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dontreplicate</option> = <replaceable>created_at date deleted_at location updated_at</replaceable></td>
|
|
<td>(StrOpt) List of fields to not replicate.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>mastertoken</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Pass in your authentication token if you have one. This is the token used for the master.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>metaonly</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Only replicate metadata, not images.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>slavetoken</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Pass in your authentication token if you have one. This is the token used for the slave.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>token</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Pass in your authentication token if you have one. If you use this option the same token is used for both the master and the slave.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|