e4aba07ae2
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
21 lines
484 B
JSON
21 lines
484 B
JSON
{
|
|
"HeatStacks.create_and_delete_stack": [
|
|
{
|
|
"args": {
|
|
"template_path": "templates/server_with_ports.yaml.template"
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 3
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|