Comment 2 for bug 1274367

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/70046
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=852c7f39692473ece176c5ef2cf410b21d774dad
Submitter: Jenkins
Branch: master

commit 852c7f39692473ece176c5ef2cf410b21d774dad
Author: Lance Bragstad <email address hidden>
Date: Thu Jan 30 04:01:10 2014 +0000

    Default video type to 'vga' for PowerKVM

    PowerKVM currently doesn't support 'cirrus' video type. For now, we can
    detect if Nova compute is running on ppc64 or ppc architecture systems
    and set the default to 'vga', which is supported on PowerKVM.

    This patch did some reordering of the logic in
    nova.virt.libvirt.driver.LibvirtDriver.get_guest_config in an attempt to
    set the video.type depending on the compute host architecture and
    implementation specifics. The video.type can still be set using
    image_meta.

    Change-Id: I49a1a8e6d9ebdc28d876d2f958c8cb960892f322
    Closes-Bug: 1274367