Merge "Use nested virt in scenario jobs"

This commit is contained in:
Zuul 2018-08-21 15:33:00 +00:00 committed by Gerrit Code Review
commit 51d5775df2
1 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@ case $VENV in
load_conf_hook osprofiler
load_conf_hook availability_zone
if [[ "$VENV" =~ "dsvm-scenario" ]]; then
# Use nested_virt, if node don't support it, Devstack's will
# automatically switch it back to "qemu"
export DEVSTACK_GATE_LIBVIRT_TYPE=kvm
load_rc_hook ubuntu_image
fi
if [[ "$VENV" =~ "dsvm-scenario-linuxbridge" ]]; then