Turn off host-passthrough in scenario jobs

This was enabled with switch to cirros 0.6.2[1],
but still seeing same tracebacks for cirros vm boot,
this mode is not required for the jobs so let's
turn it off. This may help in the other failures
seen in the Related Bug.

[1] https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/890177
Related-Bug: #2036603

Change-Id: Ifb3972e74434b29a1c6acb9bc131678ba83d66a3
This commit is contained in:
yatinkarel 2023-10-04 15:01:50 +05:30
parent 209d363cce
commit e4a1f53953

@ -29,7 +29,9 @@
vars: &nested_virt_vars
devstack_localrc:
LIBVIRT_TYPE: kvm
LIBVIRT_CPU_MODE: host-passthrough
# NOTE(ykarel): seeing issues with host-passthrough mode
# https://bugs.launchpad.net/neutron/+bug/2036603
# LIBVIRT_CPU_MODE: host-passthrough
CIRROS_VERSION: 0.6.2
DEFAULT_IMAGE_NAME: cirros-0.6.2-x86_64-disk
DEFAULT_IMAGE_FILE_NAME: cirros-0.6.2-x86_64-disk.img