We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14b7fc5 + 1e86a25 commit c807a8bCopy full SHA for c807a8b
1 file changed
lib/nova
@@ -926,6 +926,11 @@ function start_nova_compute {
926
iniset $NOVA_CPU_CONF os_vif_ovs ovsdb_connection "tcp:$OVSDB_SERVER_LOCAL_HOST:6640"
927
fi
928
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
+
934
if [[ "$VIRT_DRIVER" = 'libvirt' ]]; then
935
# The group **$LIBVIRT_GROUP** is added to the current user in this script.
936
# ``sg`` is used in run_process to execute nova-compute as a member of the
0 commit comments