a19c1acea3
Rename sample scenario files so that dash(-) used consistently instead of underscore (_) Change-Id: I8e4ccabfc16b32a12a091e6b168b12d25643b028
23 lines
453 B
JSON
23 lines
453 B
JSON
{
|
|
"HeatStacks.create_stack_and_scale": [
|
|
{
|
|
"args": {
|
|
"template_path": "samples/tasks/scenarios/heat/templates/autoscaling-group.yaml.template",
|
|
"output_key": "scaling_url",
|
|
"delta": 1
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"concurrency": 2,
|
|
"times": 3
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"users_per_tenant": 1,
|
|
"tenants": 2
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|