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": {
|
"boot": {
|
||||||
"type": "qemu"
|
"type": "openstack"
|
||||||
},
|
},
|
||||||
"compose-request": {
|
"compose-request": {
|
||||||
"distro": "fedora-31",
|
"distro": "fedora-31",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"boot": {
|
"boot": {
|
||||||
"type": "qemu"
|
"type": "openstack"
|
||||||
},
|
},
|
||||||
"compose-request": {
|
"compose-request": {
|
||||||
"distro": "fedora-32",
|
"distro": "fedora-32",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"boot": {
|
"boot": {
|
||||||
"type": "qemu"
|
"type": "openstack"
|
||||||
},
|
},
|
||||||
"compose-request": {
|
"compose-request": {
|
||||||
"distro": "rhel-8",
|
"distro": "rhel-8",
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
},
|
},
|
||||||
"openstack": {
|
"openstack": {
|
||||||
"boot": {
|
"boot": {
|
||||||
"type": "qemu"
|
"type": "openstack"
|
||||||
},
|
},
|
||||||
"compose-request": {
|
"compose-request": {
|
||||||
"distro": "",
|
"distro": "",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue