Comment 5 for bug 2051878

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

Reviewed: https://review.opendev.org/c/starlingx/virt/+/912308
Committed: https://opendev.org/starlingx/virt/commit/4a980cd09a955b04af4810ec2dbeab95b74f101c
Submitter: "Zuul (22348)"
Branch: master

commit 4a980cd09a955b04af4810ec2dbeab95b74f101c
Author: Scott Little <email address hidden>
Date: Wed Jan 31 14:57:31 2024 -0500

    Fix stx-libvirt container build failure on missing qemu

    stx-libvirt container fails to build when it can't install package
    'qemu'.

    The package 'qemu' was recently upgraded to package qemu 7.3 from 5.2.
    Qemu 7.2 no longer produces a dummy 'qemu' deb package.
    Even in qemu 5.2 it was an empty deb package.

    The container build instructions for stx-libvirt need to be updated,
    removing the reference to package 'qemu'.

    Partial-bug: 2051878
    Change-Id: I98e3c7bd656c3e631c4aaf053dc39815fa0b32fb
    Signed-off-by: Scott Little <email address hidden>
    (cherry picked from commit 7d2229bd6c2d702da3ddebbc0a9d9ca3925e43ac)