Skip to content

Commit 23583d1

Browse files
author
James E. Blair
committed
Use qemu everywhere
OVH supports nested virt and by default devstack will use it. Since we have seen some problems on OVH only that may be related to nested virt, specify that qemu should be used by default so that we may see if it eliminates the problem. Change-Id: I37e789f6e14e4cb1bcac17fcf0e4028cb3d520d8 Related-Bug: 1531155
1 parent 729ce79 commit 23583d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

devstack-vm-gate-wrap.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@ fi
314314
# Set the virtualization driver to: libvirt, openvz, xenapi
315315
export DEVSTACK_GATE_VIRT_DRIVER=${DEVSTACK_GATE_VIRT_DRIVER:-libvirt}
316316

317+
# Use qemu by default for consistency since some providers enable
318+
# nested virt
319+
export DEVSTACK_GATE_LIBVIRT_TYPE=${DEVSTACK_GATE_LIBVIRT_TYPE:-qemu}
320+
317321
# See switch below for this -- it gets set to 1 when tempest
318322
# is the project being gated.
319323
export DEVSTACK_GATE_TEMPEST_FULL=${DEVSTACK_GATE_TEMPEST_FULL:-0}

0 commit comments

Comments
 (0)