Comment 6 for bug 1863728

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

Reviewed: https://review.opendev.org/c/openstack/nova-specs/+/824044
Committed: https://opendev.org/openstack/nova-specs/commit/69ddbf090ef8c3c26aeb471a5c60bbf64536aa44
Submitter: "Zuul (22348)"
Branch: master

commit 69ddbf090ef8c3c26aeb471a5c60bbf64536aa44
Author: Jonathan Race <email address hidden>
Date: Mon Jan 10 13:13:12 2022 -0500

    Adds Pick guest CPU architecture based on host arch in libvirt driver support

    Implement new image meta property that allows for the selection of the
    correct QEMU binary, cpu architecture, and machine type for a guest
    architecture that is different than the host architecture; An x86_64
    guest running on an AArch64 host, and vice versa.

    Expanded and added content for nova scheduler and os-traits to
    be leveraged by the prefilter, and added current support for proposed
    architectures.

    Implements: blueprint pick-guest-arch-based-on-host-arch-in-libvirt-driver
    Closes-Bug: 1863728
    Signed-off-by: Jonathan Race <email address hidden>
    Change-Id: Iccfa53e06b44be3f8a70de6082fe0990b2ed23e8