rally-openstack/samples/tasks/scenarios/cinder/create-and-restore-volume-backup.json
Yuriy Nesenenko 41f7dea212 Refactoring cinder create_volume_backup scenario
It improves code readability and gets cinder volume backups scenarios
standardized.

Change-Id: I910876a74231b661cdaa69fa2e76bcf2fc7f8fe8
2015-08-03 16:33:41 +03:00

25 lines
605 B
JSON

{
"CinderVolumes.create_and_restore_volume_backup": [
{
"args": {
"size": 1,
"do_delete": true,
"create_volume_kwargs": {},
"create_backup_kwargs": {}
},
"runner": {
"type": "constant",
"times": 2,
"concurrency": 1
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 1
},
"roles": ["Member"]
}
}
]
}