rally-openstack/samples/tasks/scenarios/nova/list-flavors.json
vigny_wu 2c723b78c7 Add the scenario of list-flavors
Change-Id: Id5ec575a71c11a969fe60f74a35dd9c5c6b39b4e
2016-02-06 16:54:10 +09:00

21 lines
315 B
JSON

{
"NovaFlavors.list_flavors": [
{
"runner": {
"type": "constant",
"concurrency": 2,
"times": 10
},
"args": {
"detailed": true
},
"context": {
"users": {
"tenants": 3,
"users_per_tenant": 2
}
}
}
]
}