From d01cfb23be292a888724043da857d944b20a2517 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 3 May 2014 19:16:59 +0200 Subject: [PATCH] Add hw_vif_model and hw_disk_bus to glance properties Document hw_vif_model (for both libvirt and VMware) and hw_disk_bus (libvirt) based on information in nova repository files nova/virt/libvirt/vif.py and nova/virt/libvirt/vif.py. Change-Id: Ib22c8192a60b35fb1bb8c755c4d9bff9c72456f7 Closes-Bug: #1314738 --- .../ch_cli_glance_property_keys.xml | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/doc/cli-reference/ch_cli_glance_property_keys.xml b/doc/cli-reference/ch_cli_glance_property_keys.xml index 2aa4b0bfee..93e92340fb 100644 --- a/doc/cli-reference/ch_cli_glance_property_keys.xml +++ b/doc/cli-reference/ch_cli_glance_property_keys.xml @@ -221,6 +221,18 @@ + + libvirt API driver + hw_disk_bus + Specifies the type of disk controller to attach + disk devices to. + + One of scsi, + virtio, uml, + xen, ide, or + usb. + + libvirt API driver hw_rng_model @@ -304,6 +316,45 @@ or machine images (aki, ari, or ami). + + libvirt API driver and VMware API driver + hw_vif_model + Specifies the model of virtual network interface device to use. + + + The valid options depend on the configured + hypervisor. + + + + KVM and QEMU: e1000, + ne2k_pci, + pcnet, + rtl8139, and + virtio. + + + + VMware: e1000, + e1000e, + VirtualE1000, + VirtualE1000e, + VirtualPCNet32, + VirtualSriovEthernetCard, and + VirtualVmxnet. + + + + Xen: e1000, + netfront, + ne2k_pci, + pcnet, and + rtl8139. + + + + + VMware API driver vmware_adaptertype