590bb27b37
Removed docker references (the driver has been removed from nova). Update confilcting pages including tables to use xrefs instead. Add a rpc_all section to handle conflicts in the training-guides. Closes-Bug: #1291138 Closes-Bug: #1292612 Change-Id: I67ad31c3913cae4c2e9e3d2ce41302717af5d839
60 lines
3.2 KiB
XML
60 lines
3.2 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" xml:id="config_table_nova_hyperv">
|
|
<caption>Description of configuration options for hyperv</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">[hyperv]</th>
|
|
</tr>
|
|
<tr>
|
|
<td>dynamic_memory_ratio = 1.0</td>
|
|
<td>(FloatOpt) Enables dynamic memory allocation (ballooning) when set to a value greater than 1. The value expresses the ratio between the total RAM assigned to an instance and its startup RAM amount. For example a ratio of 2.0 for an instance with 1024MB of RAM implies 512MB of RAM allocated at startup</td>
|
|
</tr>
|
|
<tr>
|
|
<td>enable_instance_metrics_collection = False</td>
|
|
<td>(BoolOpt) Enables metrics collections for an instance by using Hyper-V's metric APIs. Collected data can by retrieved by other apps and services, e.g.: Ceilometer. Requires Hyper-V / Windows Server 2012 and above</td>
|
|
</tr>
|
|
<tr>
|
|
<td>force_hyperv_utils_v1 = False</td>
|
|
<td>(BoolOpt) Force V1 WMI utility classes</td>
|
|
</tr>
|
|
<tr>
|
|
<td>instances_path_share = </td>
|
|
<td>(StrOpt) The name of a Windows share name mapped to the "instances_path" dir and used by the resize feature to copy files to the target host. If left blank, an administrative share will be used, looking for the same "instances_path" used locally</td>
|
|
</tr>
|
|
<tr>
|
|
<td>limit_cpu_features = False</td>
|
|
<td>(BoolOpt) Required for live migration among hosts with different CPU features</td>
|
|
</tr>
|
|
<tr>
|
|
<td>mounted_disk_query_retry_count = 10</td>
|
|
<td>(IntOpt) The number of times to retry checking for a disk mounted via iSCSI.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>mounted_disk_query_retry_interval = 5</td>
|
|
<td>(IntOpt) Interval between checks for a mounted iSCSI disk, in seconds.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>qemu_img_cmd = qemu-img.exe</td>
|
|
<td>(StrOpt) Path of qemu-img command which is used to convert between different image types</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vswitch_name = None</td>
|
|
<td>(StrOpt) External virtual switch Name, if not provided, the first external virtual switch is used</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|