dc7c13a659
This patch regenerates the configuration tables using code from 2014-12-31, or about kilo-1. It also uses new doc-tools code to mark-up options and their default values semantically. Change-Id: Id68a87b69fb80edbc156b9bcb1549cca5e61464b
51 lines
2.1 KiB
XML
51 lines
2.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_nova_hypervisor">
|
|
<caption>Description of hypervisor 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">[DEFAULT]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>default_ephemeral_format</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) The default format an ephemeral_volume will be formatted with on creation.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>force_raw_images</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) Force backing images to raw format</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>preallocate_images</option> = <replaceable>none</replaceable></td>
|
|
<td>(StrOpt) VM image preallocation mode: "none" => no storage provisioning is done up front, "space" => storage is fully allocated at instance start</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>timeout_nbd</option> = <replaceable>10</replaceable></td>
|
|
<td>(IntOpt) Amount of time, in seconds, to wait for NBD device start up.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>use_cow_images</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) Whether to use cow images</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>vcpu_pin_set</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Defines which pcpus that instance vcpus can use. For example, "4-12,^8,15"</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>virt_mkfs</option> = <replaceable>[]</replaceable></td>
|
|
<td>(MultiStrOpt) Name of the mkfs commands for ephemeral device. The format is <os_type>=<mkfs command></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|