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:
parent
9b3a157a91
commit
5b75592fef
1 changed files with 3 additions and 1 deletions
|
|
@ -91,7 +91,9 @@
|
|||
"items": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Azure"
|
||||
"Azure",
|
||||
"Ec2",
|
||||
"None"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue