rally-openstack/samples/tasks/scenarios/heat/list-stack-and-event.json
Pradeep K Surisetty 078b95db60 Add heat list_stack_and_events scenario
This scenario covers list heat stack events

Change-Id: I5e90a373bfa8efbeecc883c9dc0863c24087d8bb
2015-04-07 08:47:10 +05:30

22 lines
507 B
JSON

{
"HeatStacks.list_stacks_and_events": [
{
"runner": {
"type": "constant",
"times": 10,
"concurrency": 1
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 1
},
"stacks": {
"stacks_per_tenant": 2,
"resources_per_stack": 10
}
}
}
]
}