Description of taskmanager configuration options
Configuration option = Default value Description
[DEFAULT]
= /etc/trove/cloudinit (StrOpt) Path to folder with cloudinit scripts.
= None (StrOpt) Manager class in the Guest Agent, set up by the Taskmanager on instance provision.
= {} (DictOpt) Extension for default datastore managers. Allows the use of custom managers for each of the datastores supported by Trove.
= 3600 (IntOpt) Seconds to wait between pushing events.
= None (StrOpt) Transformer for exists notifications.
= 120 (IntOpt) Maximum time (in seconds) to wait for a server reboot.
= 600 (IntOpt) Maximum time (in seconds) to wait for a server resize.
= 36000 (IntOpt) Maximum time (in seconds) to wait for a Guest instance restored from a backup to become active.
= 600 (IntOpt) Maximum time (in seconds) to wait for a server resize revert.
= 60 (IntOpt) Maximum time (in seconds) to wait for a server delete.
= 180 (IntOpt) Maximum time (in seconds) to wait for a state change.
= True (BoolOpt) Set the service and instance task statuses to ERROR when an instance fails to become active within the configured usage_timeout.
= 5 (IntOpt) Time to sleep during the check for an active Guest.
= False (BoolOpt) Use Heat for provisioning.
= False (BoolOpt) Use config drive for file injection when booting instance.
= False (BoolOpt) Whether to provision a Cinder volume for the Nova instance.
= True (BoolOpt) Enable verification of Swift checksum before starting restore. Makes sure the checksum of original backup matches the checksum of the Swift backup file.