58ebb68d21
Get quotas for Cinder. Measure the "cinder quota-show" command performance Change-Id: I95e403c75ae500f19f2d20854062cbdfd9c06283
24 lines
472 B
JSON
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
|
|
}
|
|
}
|
|
|
|
}
|
|
]
|
|
}
|