From 832dc8bf948b57b3d404a58e3feb91278c02b59b Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Fri, 27 May 2022 15:02:35 +1200 Subject: [PATCH] Switch to q35 machine type for test nodes q35 is recommended as emulating modern baremetal with better support for UEFI in general, and Secure Boot in particular. Old pc type usage is removed, like IDE controller, PS2 mouse, manual PSI addresses. Change-Id: Ic33e0f23c5c514a45541534ddd68329d7b4d0480 --- devstack/tools/ironic/templates/vm.xml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/devstack/tools/ironic/templates/vm.xml b/devstack/tools/ironic/templates/vm.xml index f5c59b54e5..36da0f61b7 100644 --- a/devstack/tools/ironic/templates/vm.xml +++ b/devstack/tools/ironic/templates/vm.xml @@ -3,7 +3,7 @@ {{ memory }} {{ cpus }} - hvm + hvm {% if bootdev == 'network' and not uefi_loader %} {% endif %} @@ -34,13 +34,9 @@ - -
+ {% endfor %} - -
- {% for n in range(1, interface_count+1) %} {% if n == 1 and mac %} @@ -48,16 +44,11 @@ {% endif %} -
{% if uefi_loader and bootdev == 'network' %} {% endif %} {% endfor %} - {{ console }} - -
-