
Not tested, needs further debugging. patch-2: tested on local machine Change-Id: I3c81c936e3a351a5e44d0118ec75c392f5026ea8
27 lines
729 B
JSON
27 lines
729 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": 1
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 1,
|
|
"concurrency": 1
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|