The hypervisor type. Note that
+ qemu is used for both QEMU and KVM
+ hypervisor types.
+
xen, qemu,
+ lxc, uml,
+ vmware, or
+ hyperv
All
diff --git a/doc/config-reference/compute/section_compute-scheduler.xml b/doc/config-reference/compute/section_compute-scheduler.xml
index 9e0cae9887..d630798870 100644
--- a/doc/config-reference/compute/section_compute-scheduler.xml
+++ b/doc/config-reference/compute/section_compute-scheduler.xml
@@ -473,8 +473,9 @@ aggregate_image_properties_isolation_separator = .
hypervisor_type:
Hypervisor type describes the hypervisor
- required by the image. Examples are xen, kvm,
- qemu, and xenapi.
+ required by the image. Examples are xen, qemu,
+ and xenapi. Note that qemu is used for both
+ QEMU and KVM hypervisor types.
vm_mode: Virtual machine
diff --git a/doc/config-reference/compute/section_hypervisor_vmware.xml b/doc/config-reference/compute/section_hypervisor_vmware.xml
index dad0ab04c1..b5511cff65 100644
--- a/doc/config-reference/compute/section_hypervisor_vmware.xml
+++ b/doc/config-reference/compute/section_hypervisor_vmware.xml
@@ -747,10 +747,14 @@ trusty-server-cloudimg-amd64-disk1.vmdk
Tag VMware imagesIn a mixed hypervisor environment, OpenStack Compute uses
- the tag to match images to the
- correct hypervisor type. For VMware images, set the hypervisor
- type to vmware. Other valid hypervisor
- types include: xen, qemu, kvm, lxc, uml, and hyperv.
+ the tag to match images to
+ the correct hypervisor type. For VMware images, set the
+ hypervisor type to vmware. Other valid
+ hypervisor types include: xen,
+ qemu, lxc,
+ uml, and hyperv.
+ Note that qemu is used for both QEMU and
+ KVM hypervisor types.$glance image-create --name "ubuntu-thick-scsi" --disk-format vmdk \
--container-format bare \
--property vmware_adaptertype="lsiLogic" \