rally-openstack/samples/tasks/scenarios/quotas/nova-get.json
sunguoshuai a884a2e4c8 Add Quotas.nova_get
The scenario list the quotas for nova

Change-Id: I4e7afbae7134cf6f29cf3a1d1747467cdec5a5a8
2016-10-27 15:00:11 +00:00

24 lines
462 B
JSON

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