openstack-manuals/doc/common/tables/glance-taskflow.xml
Christian Berendt 27f65ed45d Update Glance configuration tables
Change-Id: I10bb88fce9bc481a90c1bb98c560bf7d7a565fac
2015-03-03 14:23:25 +01:00

31 lines
1.1 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_glance_taskflow">
<caption>Description of TaskFlow configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[taskflow_executor]</th>
</tr>
<tr>
<td><option>engine_mode</option> = <replaceable>serial</replaceable></td>
<td>(StrOpt) The mode in which the engine will run. Can be 'serial' or 'parallel'.</td>
</tr>
<tr>
<td><option>max_workers</option> = <replaceable>1</replaceable></td>
<td>(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'.</td>
</tr>
</tbody>
</table>
</para>