From 5b75592fefc4ee2d9e240a15b7002f2537de31b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Mon, 15 Apr 2024 17:56:40 +0200 Subject: [PATCH] Stages/cloud-init: support additional datasources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add "Ec2" and "None" datasources, which is needed for RHEL-7.9 EC2 images. Signed-off-by: Tomáš Hozza --- stages/org.osbuild.cloud-init.meta.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stages/org.osbuild.cloud-init.meta.json b/stages/org.osbuild.cloud-init.meta.json index 2834a8eb..773810a9 100644 --- a/stages/org.osbuild.cloud-init.meta.json +++ b/stages/org.osbuild.cloud-init.meta.json @@ -91,7 +91,9 @@ "items": { "type": "string", "enum": [ - "Azure" + "Azure", + "Ec2", + "None" ] } },