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:
parent
55136323c5
commit
0469be7a22
4 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"boot": {
|
||||
"type": "qemu"
|
||||
"type": "openstack"
|
||||
},
|
||||
"compose-request": {
|
||||
"distro": "fedora-31",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"boot": {
|
||||
"type": "qemu"
|
||||
"type": "openstack"
|
||||
},
|
||||
"compose-request": {
|
||||
"distro": "fedora-32",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"boot": {
|
||||
"type": "qemu"
|
||||
"type": "openstack"
|
||||
},
|
||||
"compose-request": {
|
||||
"distro": "rhel-8",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
},
|
||||
"openstack": {
|
||||
"boot": {
|
||||
"type": "qemu"
|
||||
"type": "openstack"
|
||||
},
|
||||
"compose-request": {
|
||||
"distro": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue