From c3d287a33cc0cf5c2038e715eb4da66d78d2703d Mon Sep 17 00:00:00 2001 From: Simon Gaiser Date: Wed, 24 Jan 2018 02:48:00 +0100 Subject: [PATCH] Switch to new PVH config variant --- templates/libvirt/xen.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/libvirt/xen.xml b/templates/libvirt/xen.xml index 0424e11d..2829b0f9 100644 --- a/templates/libvirt/xen.xml +++ b/templates/libvirt/xen.xml @@ -35,7 +35,7 @@ {% else %} {% if vm.virt_mode == 'pvh' %} - hvm + pvh {% else %} linux {% endif %} @@ -174,9 +174,6 @@ {% endif %} {% else %} - {% if vm.virt_mode == 'pvh' %} - - {% endif %}