Merge "Revert "Revert "Run with KVM if we can in tests""" into stable/queens

This commit is contained in:
Zuul 2018-09-06 12:35:50 +00:00 committed by Gerrit Code Review
commit 3dcf91a52e
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@
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