From 46519602de48516245c0e4de28219250c90d7bf7 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Tue, 15 Feb 2022 11:40:32 +0000 Subject: [PATCH] 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 --- etc/kayobe/libvirt.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 etc/kayobe/libvirt.yml diff --git a/etc/kayobe/libvirt.yml b/etc/kayobe/libvirt.yml new file mode 100644 index 0000000..2fb0d8c --- /dev/null +++ b/etc/kayobe/libvirt.yml @@ -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