e7cbc675ce
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
69 lines
2.8 KiB
XML
69 lines
2.8 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!--
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
|
|
Warning: Do not edit this file. It is automatically
|
|
generated from the software project's code and your changes
|
|
will be overwritten.
|
|
|
|
The tool to generate this file lives in openstack-doc-tools
|
|
repository.
|
|
|
|
Please make any changes needed in the code, then run the
|
|
autogenerate-config-doc tool from the openstack-doc-tools
|
|
repository, or ask for help on the documentation mailing list,
|
|
IRC channel or meeting.
|
|
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
-->
|
|
<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>
|