rally-openstack/samples/tasks/scenarios/nova/list-hypervisors.json
Chris St. Pierre 0ad4ecd8ff Add Nova scenario to list hypervisors
Benchmarks the 'nova list-hypervisors' command.

Change-Id: I64243de369ac02afb7dcf246b3d8e28d7c43d172
2015-05-04 10:11:28 -05:00

14 lines
209 B
JSON

{
"NovaHypervisors.list_hypervisors": [
{
"runner": {
"type": "constant",
"concurrency": 2,
"times": 10
},
"args": {
"detailed": true
}
}
]
}