rally-openstack/samples/tasks/scenarios/cinder/create-volume-from-snapshot.json
chenhb-zte 38a6a823ee Add CinderVolumes.create_volume_from_snapshot
First create a volume-snapshot, then create a volume
from this snapshot.

Change-Id: I29b4e6803806e2970e400920f3718e26e31911ce
2016-05-31 09:09:18 -04:00

24 lines
526 B
JSON
Executable File

{
"CinderVolumes.create_volume_from_snapshot": [
{
"args": {
"do_delete": true
},
"runner": {
"type": "constant",
"times": 3,
"concurrency": 2
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
},
"volumes": {
"size": 1
}
}
}
]
}