openstack-manuals/doc/common/tables/trove-taskmanager.xml
Andreas Jaeger e9416d2667 Regenerate trove tables
Update trove tables.
Add new file trove.headers for nicer names of the tables.

Change-Id: If2a800e3442a4b863f02adb161103f971cdb1124
Related-Bug: #1361026
2014-08-25 21:36:49 +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 taskmanager 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>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>