rally-openstack/samples/tasks/scenarios/heat/create-snapshot-restore-delete-stack.json
kairat_kushaev 7d7e372ccf [Heat] create-snapshot-restore-delete stack scenario
The patch adds rally scenario that tests the following
sequence of actions for Heat:
1) create stack
2) create stack snapshot
3) restore stack from snapshot
4) delete stack

Change-Id: I5fb46be697c9ae1450b323a4e632ab13d7600998
2015-06-23 19:16:21 +03:00

21 lines
494 B
JSON

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