From 91d6151a4d732bca802e0c0613cefa35d6d36698 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Mon, 10 Sep 2018 22:12:01 +0000 Subject: [PATCH] Revert "Use nested virt in scenario jobs" Nested virt doesn't work well on infra nodes. This reverts commit 73f111e7e860218857351309d59a3a329e18850b. Change-Id: Ie76684e656066834fc0600d618004ca21ccb1223 Closes-Bug: #1788006 --- neutron/tests/contrib/gate_hook.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/neutron/tests/contrib/gate_hook.sh b/neutron/tests/contrib/gate_hook.sh index 47402edde55..21c44fab67b 100644 --- a/neutron/tests/contrib/gate_hook.sh +++ b/neutron/tests/contrib/gate_hook.sh @@ -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