97b970b8c7
Move some generic hypervisor variables to libvirt. Regenerate against current nova master, mark new options and add new tables. Reference new tables in Config Reference. Change-Id: I87a4e5e7e8284e36b365f60f26ab0bee7126fdd6 Closes-Bug: #1267316 Closes-Bug: #1367224 Closes-Bug: #1367012
51 lines
1.8 KiB
XML
51 lines
1.8 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>default_ephemeral_format = None</td>
|
|
<td>(StrOpt) The default format an ephemeral_volume will be formatted with on creation.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>force_raw_images = True</td>
|
|
<td>(BoolOpt) Force backing images to raw format</td>
|
|
</tr>
|
|
<tr>
|
|
<td>preallocate_images = none</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>timeout_nbd = 10</td>
|
|
<td>(IntOpt) Amount of time, in seconds, to wait for NBD device start up.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>use_cow_images = True</td>
|
|
<td>(BoolOpt) Whether to use cow images</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vcpu_pin_set = None</td>
|
|
<td>(StrOpt) Defines which pcpus that instance vcpus can use. For example, "4-12,^8,15"</td>
|
|
</tr>
|
|
<tr>
|
|
<td>virt_mkfs = []</td>
|
|
<td>(MultiStrOpt) Name of the mkfs commands for ephemeral device. The format is <os_type>=<mkfs command></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|