haishi 279574d01c [Service] Port all glance scenarios to Image Service
Changes:
- glancewrapper are ported to Image Service
- All existing glance scenarios are ported to Image service

Change-Id: I128dd6fc970cae946a9ecf23da36c349e37d24a0
2017-03-28 20:12:53 +08:00

24 lines
647 B
JSON

{
"GlanceImages.list_images": [
{
"runner": {
"type": "constant",
"times": 10,
"concurrency": 1
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
},
"images": {
"image_url": "http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img",
"disk_format": "qcow2",
"container_format": "bare",
"images_per_tenant": 4
}
}
}
]
}