openstack-manuals/doc/common/tables/glance-replicator.xml
Gauvain Pocentek e7cbc675ce update the config reference tables for liberty
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
2015-10-29 07:45:04 +01:00

73 lines
2.8 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!--
###################################################################
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
###################################################################
Warning: Do not edit this file. It is automatically
generated from the software project's code and your changes
will be overwritten.
The tool to generate this file lives in openstack-doc-tools
repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools
repository, or ask for help on the documentation mailing list,
IRC channel or meeting.
###################################################################
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
###################################################################
-->
<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>