Andrey Kurilin 9511371f73 Add support for cinder api microversions
Change-Id: I72ee9ac9a67f76176d516be16cafe6d769147818
2023-12-05 13:28:49 +01:00

30 lines
707 B
JSON

{
"Dummy.openstack": [
{
"args": {
"sleep": 0.1
},
"runner": {
"type": "constant",
"times": 4,
"concurrency": 2
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 2
},
"api_versions": {
"nova": {
"version": 2.2
},
"cinder": {
"version": 3.1,
"service_type": "volumev3"
}
}
}
}
]
}