openstack-manuals/doc/common/tables/glance-taskflow.xml
Gauvain Pocentek 8760986d9f [config-ref] Updated options for glance
Partial-Bug: #1474384
Partial-Bug: #1465316
Partial-Bug: #1430862
Partial-Bug: #1430854
Closes-Bug: #1464591
Closes-Bug: #1403786
Closes-Bug: #1471938
Closes-Bug: #1466586
Closes-Bug: #1415962

Change-Id: I9aed1eb29e3348d451364f34febe9131267b2087
2015-07-15 06:38:04 +02:00

35 lines
1.3 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>conversion_format</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) The format to which images will be automatically converted.</td>
</tr>
<tr>
<td><option>engine_mode</option> = <replaceable>parallel</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>10</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>