rally/samples/tasks/scenarios/heat/create-and-delete-stack_with_volume.json
kairat_kushaev e4aba07ae2 Fix template paths in heat samples
Fixed template paths in heat samples. Previous
version tried to find templates in the current folder but
these templates are placed in "templates" folder

Change-Id: I309f002b1ec570dd5ad3e5e6c83d6f538072afb5
2015-02-04 12:54:18 +03:00

21 lines
485 B
JSON

{
"HeatStacks.create_and_delete_stack": [
{
"args": {
"template_path": "templates/server_with_volume.yaml.template"
},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 2
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 3
}
}
}
]
}