Revert "Use nested virt in scenario jobs"

Nested virt doesn't work well on infra nodes.
This reverts commit 73f111e7e8.

Change-Id: Ie76684e656066834fc0600d618004ca21ccb1223
Closes-Bug: #1788006
This commit is contained in:
Slawek Kaplonski 2018-09-10 22:12:01 +00:00
parent db7e19d2ba
commit 91d6151a4d
1 changed files with 0 additions and 3 deletions

View File

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