b88257be72
Change all absent flavors to existing in gates jobs. To allow functional testing of samples in gate. Change-Id: Ic88da1d00b6d47e5251623a25dd4ef8fa5682084
27 lines
730 B
JSON
27 lines
730 B
JSON
{
|
|
"GlanceImages.create_image_and_boot_instances": [
|
|
{
|
|
"args": {
|
|
"image_location": "http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img",
|
|
"container_format": "bare",
|
|
"disk_format": "qcow2",
|
|
"flavor": {
|
|
"name": "m1.tiny"
|
|
},
|
|
"number_instances": 2
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 3,
|
|
"users_per_tenant": 5
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|