tests: Change boot typo to openstack. Refs #876

this will cause the images to be uploaded and booted in our
OpenStack cluster.
This commit is contained in:
Alexander Todorov 2020-07-21 12:00:13 +03:00 committed by Tom Gundersen
parent 55136323c5
commit 0469be7a22
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{ {
"boot": { "boot": {
"type": "qemu" "type": "openstack"
}, },
"compose-request": { "compose-request": {
"distro": "fedora-31", "distro": "fedora-31",

View file

@ -1,6 +1,6 @@
{ {
"boot": { "boot": {
"type": "qemu" "type": "openstack"
}, },
"compose-request": { "compose-request": {
"distro": "fedora-32", "distro": "fedora-32",

View file

@ -1,6 +1,6 @@
{ {
"boot": { "boot": {
"type": "qemu" "type": "openstack"
}, },
"compose-request": { "compose-request": {
"distro": "rhel-8", "distro": "rhel-8",

View file

@ -34,7 +34,7 @@
}, },
"openstack": { "openstack": {
"boot": { "boot": {
"type": "qemu" "type": "openstack"
}, },
"compose-request": { "compose-request": {
"distro": "", "distro": "",