From bf63b6c689a1fa810dd535b5da4eb9f9502d6e21 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Fri, 17 Aug 2018 21:50:15 +0000 Subject: [PATCH] Revert "Revert "Run with KVM if we can in tests"" Instances are failing to launch on OVH in Tempest runs with the following: KVM: entry failed, hardware error 0x0 Octavia team reporting the same. This reverts commit a771ef5a03294a6763a38f9c15fec6e983a76b69. Change-Id: Ib495bddfe5a48ffd8e075eb9e27a8e0c9afb685f --- common-tasks/test-set-nodepool-vars.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common-tasks/test-set-nodepool-vars.yml b/common-tasks/test-set-nodepool-vars.yml index 3f21e1c6..40822cb1 100644 --- a/common-tasks/test-set-nodepool-vars.yml +++ b/common-tasks/test-set-nodepool-vars.yml @@ -34,6 +34,9 @@ echo "galera_percona_xtrabackup_repo_host=${NODEPOOL_PERCONA_PROXY}" echo "openstack_hosts_rdo_mirror_url=${NODEPOOL_RDO_PROXY}" echo "galera_repo_host=${NODEPOOL_MIRROR_HOST}:8080" + if [[ ${NODEPOOL_PYPI_MIRROR} == *.ovh.* ]]; then + echo "nova_virt_type=qemu" + fi echo "repo_build_pip_default_index=${NODEPOOL_PYPI_MIRROR}" args: executable: /bin/bash