format-request-map: minor fixes and updates

- azure-rhui filename fix (.xz)
- azure-rhui doesn't need distro override
- minor formatting fixes
This commit is contained in:
Achilleas Koutsou 2022-07-06 12:17:25 +02:00 committed by Tom Gundersen
parent 3289f9b07b
commit 577ea9eb95

View file

@ -16,14 +16,9 @@
"arch": "", "arch": "",
"image-type": "azure-rhui", "image-type": "azure-rhui",
"repositories": [], "repositories": [],
"filename": "disk.vhd", "filename": "disk.vhd.xz",
"blueprint": {} "blueprint": {}
}, },
"overrides": {
"rhel-85": {
"distro": "rhel-86"
}
},
"supported_arches": [ "supported_arches": [
"x86_64" "x86_64"
] ]
@ -348,7 +343,7 @@
}, },
"no-image-info": true, "no-image-info": true,
"overrides": {} "overrides": {}
}, },
"openstack": { "openstack": {
"boot": { "boot": {
"type": "openstack" "type": "openstack"
@ -558,7 +553,7 @@
"no-image-info": true, "no-image-info": true,
"overrides": { "overrides": {
"rhel-85": { "rhel-85": {
"blueprint":{ "blueprint": {
"customizations": { "customizations": {
"installation_device": "/dev/vda" "installation_device": "/dev/vda"
} }