932e950293
Change-Id: I668e6568358c0274adbae8d34e2df6ecf091ec3f
22 lines
468 B
JSON
22 lines
468 B
JSON
{
|
|
"CinderVolumes.create_and_extend_volume": [
|
|
{
|
|
"args": {
|
|
"size": 1,
|
|
"new_size": 2
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 2,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|