Gauvain Pocentek cce63f68aa [config-ref] Tables update
Change-Id: Ia766f93b9ce5b1560ebe37da65bd70be61a0fdd1
2016-03-19 08:34:45 +01:00

1.1 KiB

Description of TaskFlow configuration options
Configuration option = Default value Description
[taskflow_executor]
conversion_format = None (String) The format to which images will be automatically converted. When using the RBD backend, this should be set to 'raw'
engine_mode = parallel (String) The mode in which the engine will run. Can be 'serial' or 'parallel'.
max_workers = 10 (Integer) 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'.