57 lines
2.9 KiB
ReStructuredText
57 lines
2.9 KiB
ReStructuredText
..
|
|
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.
|
|
|
|
.. _trove-taskmanager:
|
|
|
|
.. list-table:: Description of taskmanager configuration options
|
|
:header-rows: 1
|
|
:class: config-ref-table
|
|
|
|
* - Configuration option = Default value
|
|
- Description
|
|
* - **[DEFAULT]**
|
|
-
|
|
* - ``cloudinit_location`` = ``/etc/trove/cloudinit``
|
|
- (String) Path to folder with cloudinit scripts.
|
|
* - ``datastore_manager`` = ``None``
|
|
- (String) Manager class in the Guest Agent, set up by the Taskmanager on instance provision.
|
|
* - ``datastore_registry_ext`` = ``{}``
|
|
- (Dict) Extension for default datastore managers. Allows the use of custom managers for each of the datastores supported by Trove.
|
|
* - ``exists_notification_interval`` = ``3600``
|
|
- (Integer) Seconds to wait between pushing events.
|
|
* - ``exists_notification_transformer`` = ``None``
|
|
- (String) Transformer for exists notifications.
|
|
* - ``reboot_time_out`` = ``120``
|
|
- (Integer) Maximum time (in seconds) to wait for a server reboot.
|
|
* - ``resize_time_out`` = ``900``
|
|
- (Integer) Maximum time (in seconds) to wait for a server resize.
|
|
* - ``restore_usage_timeout`` = ``36000``
|
|
- (Integer) Maximum time (in seconds) to wait for a Guest instance restored from a backup to become active.
|
|
* - ``revert_time_out`` = ``600``
|
|
- (Integer) Maximum time (in seconds) to wait for a server resize revert.
|
|
* - ``server_delete_time_out`` = ``60``
|
|
- (Integer) Maximum time (in seconds) to wait for a server delete.
|
|
* - ``state_change_poll_time`` = ``3``
|
|
- (Integer) Interval between state change poll requests (seconds).
|
|
* - ``state_change_wait_time`` = ``600``
|
|
- (Integer) Maximum time (in seconds) to wait for a state change.
|
|
* - ``update_status_on_fail`` = ``True``
|
|
- (Boolean) Set the service and instance task statuses to ERROR when an instance fails to become active within the configured usage_timeout.
|
|
* - ``usage_sleep_time`` = ``5``
|
|
- (Integer) Time to sleep during the check for an active Guest.
|
|
* - ``use_heat`` = ``False``
|
|
- (Boolean) Use Heat for provisioning.
|
|
* - ``use_nova_server_config_drive`` = ``True``
|
|
- (Boolean) Use config drive for file injection when booting instance.
|
|
* - ``use_nova_server_volume`` = ``False``
|
|
- (Boolean) Whether to provision a Cinder volume for the Nova instance.
|
|
* - ``verify_swift_checksum_on_restore`` = ``True``
|
|
- (Boolean) Enable verification of Swift checksum before starting restore. Makes sure the checksum of original backup matches the checksum of the Swift backup file.
|