rally-openstack/samples/tasks/scenarios/glance/create-and-get-image.json
maxinjian e17f62937e Add GlanceImages.create_and_get_image
Create and get detailed information of an image

Change-Id: Ie15ffa665de36a9e9a2194c97734e25feb2c6e05
2017-04-06 14:32:19 -04:00

28 lines
711 B
JSON

{
"GlanceImages.create_and_get_image": [
{
"args": {
"image_location": "http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img",
"container_format": "bare",
"disk_format": "qcow2"
},
"runner": {
"type": "constant",
"times": 4,
"concurrency": 2
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
},
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
}