From 611e21bebd3ff9469f315e9cbaa05abc7d76ccca Mon Sep 17 00:00:00 2001 From: Kellen Renshaw Date: Fri, 1 Dec 2023 11:45:58 -0700 Subject: [PATCH] Set the source parameter default to 'distro' Note, Bionic installations will need to manually set source = cloud:bionic-ussuri Fixes: LP#2045430 Signed-off-by: Kellen Renshaw --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index ce7e499..eb04a03 100644 --- a/config.yaml +++ b/config.yaml @@ -10,7 +10,7 @@ options: If set to True, supporting services will log to syslog. source: type: string - default: cloud:focal-ussuri + default: distro description: | Optional configuration to support use of additional sources such as: . -- 2.40.1