rally-openstack/samples/tasks/scenarios/heat/list-stack-and-resources.json
kairat_kushaev 84fbfccc54 Add list-stack-with-resources scenario
Added scenario that allows to test list_resources(stack) command
in Heat. In addition, added samples and unittest for the scenario.

Change-Id: I05c8dd12807756d35191a79820f3ff9ec0ab35ac
2015-02-19 11:33:19 +03:00

22 lines
510 B
JSON

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