Merge "Disable KVM at limestone (again)"

This commit is contained in:
Zuul 2018-09-08 03:29:24 +00:00 committed by Gerrit Code Review
commit 160eb23346
1 changed files with 1 additions and 1 deletions

View File

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