venkatamahesh e1a58c9a3e [config-ref] Update trove tables
Change-Id: Ia436547660b899d1393adb124a636a6cbb2e1338
2016-09-03 16:33:51 +00:00

2.9 KiB

Description of taskmanager configuration options
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.