rally-openstack/samples/tasks/scenarios/heat/create-update-delete-stack-...

22 lines
583 B
JSON

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