b84c7269d3
Change-Id: If35b719e215f61802fa9fecadb9dc0969d7f4c0c
23 lines
596 B
JSON
23 lines
596 B
JSON
{
|
|
"GlanceImages.create_and_list_image": [
|
|
{
|
|
"args": {
|
|
"image_location": "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img",
|
|
"container_format": "bare",
|
|
"disk_format": "qcow2"
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 1
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|