From e460099e1a3e2cc2899942d4fd48b72d8ed5616f Mon Sep 17 00:00:00 2001
From: Pierre Riteau <pierre@stackhpc.com>
Date: Tue, 5 Mar 2024 18:12:29 +0100
Subject: [PATCH] Remove default value from sample configuration

This was added in change I8129b2a6793ea36bb296ef8337a5461f73d6e557.

Change-Id: I028e137dade594f51450e47ba4a97c0435ba6796
---
 etc/kayobe/compute.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/kayobe/compute.yml b/etc/kayobe/compute.yml
index 7a861fcd..c1ebf4bb 100644
--- a/etc/kayobe/compute.yml
+++ b/etc/kayobe/compute.yml
@@ -178,7 +178,7 @@
 #compute_qemu_conf:
 
 # Whether to enable libvirt SASL authentication. Default is true.
-#compute_libvirt_enable_sasl: true
+#compute_libvirt_enable_sasl:
 
 # libvirt SASL password. Default is unset.
 #compute_libvirt_sasl_password:
-- 
GitLab