openstack-manuals/doc/common/tables/trove-taskmanager.xml
Gauvain Pocentek 8b2016b5d0 Update the config reference tables
Include the new tables in the documentation.

Fix the cinder-prophetstor_dpl.xml filename and the xiv category.

Manually fix those files for niceness test:
- glance-logging.xml (lines 34, 38), fixed in oslo-incubator
- trove-logging.xml (lines 26, 30), fixed in oslo-incubator
- neutron-openvswitch_agent.xml (line 45), to be fixed in neutron

Closes-Bug: #1340858
Closes-Bug: #1344231
Closes-Bug: #1345956
Closes-Bug: #1346711
Closes-Bug: #1347978
Partial-Bug: #1348329
Closes-Bug: #1352074
Partial-Bug: #1353417
Closes-Bug: #1354622
Closes-Bug: #1339754
Closes-Bug: #1358598
Closes-Bug: #1358259
Closes-Bug: #1357865
Partial-Bug: #1357457
Closes-Bug: #1357421
Change-Id: Id2da7d7762ca954bd552dbf89a9ff28b144efb68
2014-08-19 16:34:25 +02:00

87 lines
3.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_trove_taskmanager">
<caption>Description of configuration options for taskmanager</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>cloudinit_location = /etc/trove/cloudinit</td>
<td>(StrOpt) Path to folder with cloudinit scripts.</td>
</tr>
<tr>
<td>datastore_manager = None</td>
<td>(StrOpt) Manager class in guestagent, setup by taskmanager on instance provision.</td>
</tr>
<tr>
<td>datastore_registry_ext = {}</td>
<td>(DictOpt) Extension for default datastore managers. Allows to use custom managers for each of datastore supported in trove.</td>
</tr>
<tr>
<td>exists_notification_ticks = 360</td>
<td>(IntOpt) Number of report_intervals to wait between pushing events (see report_interval).</td>
</tr>
<tr>
<td>exists_notification_transformer = None</td>
<td>(StrOpt) Transformer for exists notifications.</td>
</tr>
<tr>
<td>reboot_time_out = 120</td>
<td>(IntOpt) No help text available for this option.</td>
</tr>
<tr>
<td>resize_time_out = 600</td>
<td>(IntOpt) No help text available for this option.</td>
</tr>
<tr>
<td>revert_time_out = 600</td>
<td>(IntOpt) No help text available for this option.</td>
</tr>
<tr>
<td>server_delete_time_out = 60</td>
<td>(IntOpt) No help text available for this option.</td>
</tr>
<tr>
<td>state_change_wait_time = 180</td>
<td>(IntOpt) No help text available for this option.</td>
</tr>
<tr>
<td>update_status_on_fail = True</td>
<td>(BoolOpt) Set the service and instance task statuses to ERROR when an instance fails to become active within the configured usage_timeout.</td>
</tr>
<tr>
<td>usage_sleep_time = 5</td>
<td>(IntOpt) Time to sleep during the check active guest.</td>
</tr>
<tr>
<td>use_heat = False</td>
<td>(BoolOpt) No help text available for this option.</td>
</tr>
<tr>
<td>use_nova_server_config_drive = False</td>
<td>(BoolOpt) Use config drive for file injection when booting instance.</td>
</tr>
<tr>
<td>use_nova_server_volume = False</td>
<td>(BoolOpt) No help text available for this option.</td>
</tr>
<tr>
<td>verify_swift_checksum_on_restore = True</td>
<td>(BoolOpt) Enable verification of swift checksum before starting restore; makes sure the checksum of original backup matches checksum of the swift backup file.</td>
</tr>
</tbody>
</table>
</para>