Stages/cloud-init: support additional datasources

Add "Ec2" and "None" datasources, which is needed for RHEL-7.9 EC2
images.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2024-04-15 17:56:40 +02:00 committed by Achilleas Koutsou
parent 9b3a157a91
commit 5b75592fef

View file

@ -91,7 +91,9 @@
"items": {
"type": "string",
"enum": [
"Azure"
"Azure",
"Ec2",
"None"
]
}
},