From 0f29f9ae08d9afcaded2a6e718e80ffdfeaa5e81 Mon Sep 17 00:00:00 2001 From: Logan V Date: Mon, 6 Aug 2018 16:03:52 +0000 Subject: [PATCH] Revert "Run with KVM if we can in tests" The nested virt issues we saw on OVH should be resolved now. More information here: I980cdbc67d6e7b3a8a2520b2279ff3a1cdf68c4b This reverts commit 748e3d22925ff9cfe8baba087f37b26988f9e1e0. Change-Id: If2adfc006ee9efb3f80e23d34311673b7c74d274 (cherry picked from commit a771ef5a03294a6763a38f9c15fec6e983a76b69) (cherry picked from commit 7961d67274b038aeec701cb30c99196301b55c5e) --- common-tasks/test-set-nodepool-vars.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/common-tasks/test-set-nodepool-vars.yml b/common-tasks/test-set-nodepool-vars.yml index cde599e0..76adba43 100644 --- a/common-tasks/test-set-nodepool-vars.yml +++ b/common-tasks/test-set-nodepool-vars.yml @@ -29,9 +29,6 @@ echo "opensuse_mirror=${NODEPOOL_OPENSUSE_MIRROR}" echo "pip_default_index=${NODEPOOL_PYPI_MIRROR}" echo "pip_wheel_mirror=${NODEPOOL_WHEEL_MIRROR}" - if [[ ${NODEPOOL_PYPI_MIRROR} == *.ovh.* ]]; then - echo "nova_virt_type=qemu" - fi args: executable: /bin/bash register: nodepool_variables