From a0f548eefb77126ee032eb6338aeb1ad133836fb Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Wed, 10 Feb 2021 17:55:29 +0000 Subject: [PATCH] This current setup caused too many problems. Only enabling uefi for VMs that won't necessarily be deployed for OpenStack --- configs/default.config | 2 +- configs/hp01.config | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/default.config b/configs/default.config index 36dc66c..ea3cb3c 100644 --- a/configs/default.config +++ b/configs/default.config @@ -10,7 +10,7 @@ storage_path="/var/lib/libvirt/maas-images" compute="maas-node" # To enable or disable uEFI for VMs -enable_uefi="true" +enable_uefi="false" # To enable secureboot for VMs # This in-advertantly enables uEFI diff --git a/configs/hp01.config b/configs/hp01.config index 91317ef..eae1057 100644 --- a/configs/hp01.config +++ b/configs/hp01.config @@ -8,6 +8,8 @@ external_ip=192.168.1.200 compute="hp1-maas-node" +enable_uefi="true" + juju_count=0 control_count=0