openstack-manuals/doc/common/tables/nova-conductor.xml
Tom Fifield 0930aab61a Updated nova config tables after feature freeze
Update the flagmappings after the feature freeze for nova,
and produce the new tables.

Change-Id: I6a41a4c92f793ac1f676b07e453519281136171e
2013-09-15 10:39:40 +08:00

48 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in the tools directory of this
repository -->
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for conductor</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>manager=nova.cells.manager.CellsManager</td>
<td>(StrOpt) Manager for cells</td>
</tr>
<tr>
<td>manager=nova.conductor.manager.ConductorManager</td>
<td>(StrOpt) full class name for the Manager for conductor</td>
</tr>
<tr>
<td>migrate_max_retries=-1</td>
<td>(IntOpt) Number of times to retry live-migration before failing. If == -1, try until out of hosts. If == 0, only try once, no retries.</td>
</tr>
<tr>
<td>topic=cells</td>
<td>(StrOpt) the topic cells nodes listen on</td>
</tr>
<tr>
<td>topic=conductor</td>
<td>(StrOpt) the topic conductor nodes listen on</td>
</tr>
<tr>
<td>use_local=False</td>
<td>(BoolOpt) Perform nova-conductor operations locally</td>
</tr>
<tr>
<td>workers=None</td>
<td>(IntOpt) Number of workers for OpenStack Conductor service</td>
</tr>
</tbody>
</table>
</para>