Comment 20 for bug 1939108

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/nova/+/805628
Committed: https://opendev.org/openstack/nova/commit/80572cef67d691ff3f2de50ea2214f0d0c4725c4
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 80572cef67d691ff3f2de50ea2214f0d0c4725c4
Author: Sean Mooney <email address hidden>
Date: Tue Dec 8 16:42:52 2020 +0000

    workarounds: Add libvirt_disable_apic

    This change adds a new workaround config option to allow disabling the
    guest apic.

    NOTE(lyarwood): Conflict caused by I66a8e94f6d04cc89785646aa9c3e138f22a51f60
    not being present in stable/wallaby (test_driver.py), and
    Ie904d1513b5cf76d6d5f6877545e8eb378dd5499 merged in different order in
    different branches (workarounds.py).

    Conflicts:
        nova/tests/unit/virt/libvirt/test_driver.py
        nova/conf/workarounds.py

    Co-authored-by: Lee Yarwood <email address hidden>
    Related-Bug: #1939108
    Change-Id: I2da867f2734b590a884b1fe1200c402cbf7e9e1c
    (cherry picked from commit ec48e1523dfdd0f1031e1a70c28c56962db66e8a)