libvirt: Don't require Virtualisation Technology (VT)

Hosts used for development, test or CI may not have Virtualization
Technology (VT) enabled. Don't fail if it's disabled.

Story: 2009858
Task: 44496

Change-Id: Ie7f9e5f6682985e08c5bd22441f9ba6aee34b64a
This commit is contained in:
Mark Goddard 2022-02-15 11:40:32 +00:00
parent 8b618b7e5a
commit 46519602de

4
etc/kayobe/libvirt.yml Normal file
View File

@ -0,0 +1,4 @@
---
# Hosts used for development, test or CI may not have Virtualization Technology
# (VT) enabled. Don't fail if it's disabled.
libvirt_host_require_vt: false