rally-openstack/samples/tasks/scenarios/nova/list-images.json
Sirisha Areti bb9ecad478 Adds nova image list plugin
One of the functionalities Nova provides is listing images.
This allows users to be able to consume the functionality,
without having to go through Glance.
(There are users who do not consume Glance).

Currently, there isn't a benchmark provided by rally that
does the above.
This commit adds a plugin that calls nova client list
method for Images, which will therefore be available
for benchmarking.
Includes functional and unit tests.

Change-Id: If11d623bd5c9bf7f8c723908cf9e1e332de0639d
2015-09-25 11:10:53 -07:00

21 lines
313 B
JSON

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