Remove kvm as a hypervisor_type argument
QEMU is used whether specifying either qemu or kvm as an argument to hypervisor_type. Therefore, remove kvm as a supported argument. Change-Id: I89f2b907fa868e50c2b65c2bf4a8e414242dd9fc Closes-bug: #1195361
This commit is contained in:
parent
8955d0c843
commit
59a201bdf2
@ -115,10 +115,13 @@
|
|||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td>All</td>
|
<td>All</td>
|
||||||
<td>hypervisor_type</td>
|
<td>hypervisor_type</td>
|
||||||
<td>The hypervisor type.</td>
|
<td>The hypervisor type. Note that
|
||||||
<td><literal>xen</literal>, <literal>qemu</literal>, <literal>kvm</literal>,
|
<literal>qemu</literal> is used for both QEMU and KVM
|
||||||
<literal>lxc</literal>, <literal>uml</literal>, <literal>vmware</literal>,
|
hypervisor types.</td>
|
||||||
or <literal>hyperv</literal></td>
|
<td><literal>xen</literal>, <literal>qemu</literal>,
|
||||||
|
<literal>lxc</literal>, <literal>uml</literal>,
|
||||||
|
<literal>vmware</literal>, or
|
||||||
|
<literal>hyperv</literal></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td>All</td>
|
<td>All</td>
|
||||||
|
@ -473,8 +473,9 @@ aggregate_image_properties_isolation_separator = .</programlisting>
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para><literal>hypervisor_type</literal>:
|
<para><literal>hypervisor_type</literal>:
|
||||||
Hypervisor type describes the hypervisor
|
Hypervisor type describes the hypervisor
|
||||||
required by the image. Examples are xen, kvm,
|
required by the image. Examples are xen, qemu,
|
||||||
qemu, and xenapi.</para>
|
and xenapi. Note that qemu is used for both
|
||||||
|
QEMU and KVM hypervisor types.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><literal>vm_mode</literal>: Virtual machine
|
<para><literal>vm_mode</literal>: Virtual machine
|
||||||
|
@ -747,10 +747,14 @@ trusty-server-cloudimg-amd64-disk1.vmdk</userinput></screen>
|
|||||||
<section xml:id="VMware_tagging_images">
|
<section xml:id="VMware_tagging_images">
|
||||||
<title>Tag VMware images</title>
|
<title>Tag VMware images</title>
|
||||||
<para>In a mixed hypervisor environment, OpenStack Compute uses
|
<para>In a mixed hypervisor environment, OpenStack Compute uses
|
||||||
the <option>hypervisor_type</option> tag to match images to the
|
the <option>hypervisor_type</option> tag to match images to
|
||||||
correct hypervisor type. For VMware images, set the hypervisor
|
the correct hypervisor type. For VMware images, set the
|
||||||
type to <literal>vmware</literal>. Other valid hypervisor
|
hypervisor type to <literal>vmware</literal>. Other valid
|
||||||
types include: xen, qemu, kvm, lxc, uml, and hyperv.</para>
|
hypervisor types include: <literal>xen</literal>,
|
||||||
|
<literal>qemu</literal>, <literal>lxc</literal>,
|
||||||
|
<literal>uml</literal>, and <literal>hyperv</literal>.
|
||||||
|
Note that <literal>qemu</literal> is used for both QEMU and
|
||||||
|
KVM hypervisor types.</para>
|
||||||
<screen><prompt>$</prompt> <userinput>glance image-create --name "ubuntu-thick-scsi" --disk-format vmdk \
|
<screen><prompt>$</prompt> <userinput>glance image-create --name "ubuntu-thick-scsi" --disk-format vmdk \
|
||||||
--container-format bare \
|
--container-format bare \
|
||||||
--property vmware_adaptertype="lsiLogic" \
|
--property vmware_adaptertype="lsiLogic" \
|
||||||
|
Loading…
Reference in New Issue
Block a user