openstack-manuals/doc/common/tables/trove-taskmanager.xml

91 lines
3.5 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 the Guest Agent, set up by the Taskmanager on instance provision.</td>
</tr>
<tr>
<td>datastore_registry_ext = {}</td>
<td>(DictOpt) Extension for default datastore managers. Allows the use of custom managers for each of the datastores supported by 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) Maximum time (in seconds) to wait for a server reboot.</td>
</tr>
<tr>
<td>resize_time_out = 600</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a server resize.</td>
</tr>
<tr>
<td>restore_usage_timeout = 36000</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a Guest instance restored from a backup to become active.</td>
</tr>
<tr>
<td>revert_time_out = 600</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a server resize revert.</td>
</tr>
<tr>
<td>server_delete_time_out = 60</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a server delete.</td>
</tr>
<tr>
<td>state_change_wait_time = 180</td>
<td>(IntOpt) Maximum time (in seconds) to wait for a state change.</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 for an active Guest.</td>
</tr>
<tr>
<td>use_heat = False</td>
<td>(BoolOpt) Use Heat for provisioning.</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) Whether to provision a Cinder volume for the Nova instance.</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 the checksum of the Swift backup file.</td>
</tr>
</tbody>
</table>
</para>