Merge "nova: Enable apic removal workaround for bug #1939108 when using QEMU" into stable/wallaby

This commit is contained in:
Zuul
2022-03-02 01:24:05 +00:00
committed by Gerrit Code Review

View File

@@ -943,6 +943,11 @@ function start_nova_compute {
iniset $NOVA_CPU_CONF os_vif_ovs ovsdb_connection "tcp:$OVSDB_SERVER_LOCAL_HOST:6640"
fi
# Workaround bug #1939108
if [[ "$VIRT_DRIVER" == "libvirt" && "$LIBVIRT_TYPE" == "qemu" ]]; then
iniset $NOVA_CPU_CONF workarounds libvirt_disable_apic True
fi
if [[ "$VIRT_DRIVER" = 'libvirt' ]]; then
# The group **$LIBVIRT_GROUP** is added to the current user in this script.
# ``sg`` is used in run_process to execute nova-compute as a member of the