[Openstack-docs] [openstack/nova] DocImpact review request change Ibc20b843ceccf374eae246384a3f246cc1c52a28

gerrit2 at review.openstack.org gerrit2 at review.openstack.org
Wed Feb 6 14:17:20 UTC 2013


Hi, I'd like you to take a look at this patch for potential
DocImpact.
https://review.openstack.org/20161

Log:
commit 66a7f044f5143feaf7046cebafea3df3ea95e04b
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Wed Jan 16 12:38:23 2013 +0000

    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 at redhat.com>




More information about the Openstack-docs mailing list