rally-openstack/samples/tasks/scenarios/nova/list-and-get-hosts.json
zhangzhang 0132987d91 Fix list_and_get_host scenario bug
The scenario measure the "nova host-describe <hostname>" command
performance, the code will describe all hosts which are listed by "nova
host-list" command performance. but the hostname seems to must be
compute host's name, so we only can describe compute hosts.

Change-Id: I037264580570e68b8cd587280f50660d89566051
Closes-Bug: #1675254
2017-04-07 16:32:47 +03:00

23 lines
348 B
JSON

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