Merge "Re-enable KVM"

This commit is contained in:
Zuul 2018-07-26 02:36:24 +00:00 committed by Gerrit Code Review
commit 904a4481c9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
cmd: |
set -e
set -x
if $(egrep --quiet '(vmx|svm)' /proc/cpuinfo) && [[ ! $(hostname) =~ "ovh" ]]; then
if egrep --quiet '(vmx|svm)' /proc/cpuinfo; then
export DEVSTACK_GATE_LIBVIRT_TYPE=kvm
fi