38a6a823ee
First create a volume-snapshot, then create a volume from this snapshot. Change-Id: I29b4e6803806e2970e400920f3718e26e31911ce
24 lines
526 B
JSON
Executable File
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
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|