Skip to content

Commit c807a8b

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "nova: Enable apic removal workaround for bug #1939108 when using QEMU"
2 parents 14b7fc5 + 1e86a25 commit c807a8b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lib/nova

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,11 @@ function start_nova_compute {
926926
iniset $NOVA_CPU_CONF os_vif_ovs ovsdb_connection "tcp:$OVSDB_SERVER_LOCAL_HOST:6640"
927927
fi
928928

929+
# Workaround bug #1939108
930+
if [[ "$VIRT_DRIVER" == "libvirt" && "$LIBVIRT_TYPE" == "qemu" ]]; then
931+
iniset $NOVA_CPU_CONF workarounds libvirt_disable_apic True
932+
fi
933+
929934
if [[ "$VIRT_DRIVER" = 'libvirt' ]]; then
930935
# The group **$LIBVIRT_GROUP** is added to the current user in this script.
931936
# ``sg`` is used in run_process to execute nova-compute as a member of the

0 commit comments

Comments
 (0)