rally/samples/tasks/contexts/large-ops/create-volume-large-scale.json
Shahifali Agrawal 9f6838be8d 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

26 lines
566 B
JSON

{
"CinderVolumes.create_volume": [
{
"args": {
"size": 1
},
"runner": {
"type": "constant",
"times": 30,
"concurrency": 5
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 1
},
"quotas": {
"cinder": {
"volumes": -1
}
}
}
}
]
}