Files
openstack-manuals/doc/config-reference/source/tables/glance-taskflow.rst
Gauvain Pocentek 26510e84dd [config-ref] Publish the RST version
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b
Implements: blueprint config-ref-rst
2015-12-21 09:44:24 +01:00

1.1 KiB

Description of TaskFlow configuration options
Configuration option = Default value Description
[taskflow_executor]
conversion_format = None (StrOpt) The format to which images will be automatically converted.
engine_mode = parallel (StrOpt) The mode in which the engine will run. Can be 'serial' or 'parallel'.
max_workers = 10 (IntOpt) The number of parallel activities executed at the same time by the engine. The value can be greater than one when the engine mode is 'parallel'.