diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2013-01-16 12:38:23 +0000 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2013-02-06 14:13:43 +0000 |
commit | 66a7f044f5143feaf7046cebafea3df3ea95e04b (patch) | |
tree | 87aab6df52a33f1071f0e8738fc7fa2bddf8e93f /nova/manager.py | |
parent | 7be531fe9462f2b07d4a1abf6687f649d1dfbb89 (diff) | |
download | nova-66a7f044f5143feaf7046cebafea3df3ea95e04b.tar.gz nova-66a7f044f5143feaf7046cebafea3df3ea95e04b.tar.xz nova-66a7f044f5143feaf7046cebafea3df3ea95e04b.zip |
Allow disk driver to be chosen per image
This allows for an image in glance to be annotated with a
property describing the required disk / cdrom bus type.
eg
# glance image-update \
--property disk_bus=ide \
--property cdrom_bus=ide \
f16-x86_64-openstack-sda
Valid bus values vary per the libvirt_type setting:
qemu/kvm: 'virtio', 'scsi', 'ide', 'usb'
xen: 'xen', 'ide'
uml: 'uml'
Requesting an unsupported disk bus will cause the guest
instance to fail to launch.
DocImpact
Blueprint: libvirt-custom-hardware
Change-Id: Ibc20b843ceccf374eae246384a3f246cc1c52a28
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'nova/manager.py')
0 files changed, 0 insertions, 0 deletions