rally-openstack/samples/tasks/scenarios/cinder/list-volumes.json
Shahifali Agrawal 77b5110ff6 Moving rally/doc/samples to rally/samples
Moving samples to root forlder for easy access.

Change-Id: I050c8d7580282b898be77156f65cdbce75a4dbb4
Closes-Bug: 1409836
2015-01-16 05:54:09 -08:00

25 lines
557 B
JSON

{
"CinderVolumes.list_volumes": [
{
"args": {
"detailed": true
},
"runner": {
"type": "constant",
"times": 100,
"concurrency": 1
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 1
},
"volumes": {
"size": 1,
"volumes_per_tenant": 4
}
}
}
]
}