rally-openstack/samples/tasks/scenarios/quotas/cinder-get.json
zhangzhang 58ebb68d21 Add quotas.CinderGet scenario
Get quotas for Cinder.

Measure the "cinder quota-show" command performance

Change-Id: I95e403c75ae500f19f2d20854062cbdfd9c06283
2017-01-25 12:15:32 -05:00

24 lines
472 B
JSON

{
"Quotas.cinder_get": [
{
"runner": {
"type": "constant",
"times": 10,
"concurrency": 2
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
},
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
}