rally/doc/samples/tasks/scenarios/heat/create-and-list-stack.json
Olga Kopylova b16c73c9b7 Restructure doc/samples/tasks directory
Spread the content of doc/samples/tasks directory to separate folders
for context, scenarios and runners.
Add documentation and samples for runners.

Change-Id: I4394e73060c6c97fae7bcf7039674041d43917e8
2014-06-26 20:19:06 +03:00

18 lines
369 B
JSON

{
"HeatStacks.create_and_list_stack": [
{
"runner": {
"type": "constant",
"times": 10,
"concurrency": 1
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 1
}
}
}
]
}