From 59a201bdf276d751f41066373db125bd46f3c400 Mon Sep 17 00:00:00 2001 From: Robb Romans Date: Wed, 17 Sep 2014 13:31:07 -0500 Subject: [PATCH] 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 --- doc/cli-reference/ch_cli_glance_property_keys.xml | 11 +++++++---- .../compute/section_compute-scheduler.xml | 5 +++-- .../compute/section_hypervisor_vmware.xml | 12 ++++++++---- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/doc/cli-reference/ch_cli_glance_property_keys.xml b/doc/cli-reference/ch_cli_glance_property_keys.xml index 9441747b95..770d81ccda 100644 --- a/doc/cli-reference/ch_cli_glance_property_keys.xml +++ b/doc/cli-reference/ch_cli_glance_property_keys.xml @@ -115,10 +115,13 @@ All hypervisor_type - The hypervisor type. - xen, qemu, kvm, - lxc, uml, vmware, - or hyperv + 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 images In 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" \