compass-adapters/chef/cookbooks/compass-rally/files/default/scenarios/cinder/create-and-list-volume.json

22 lines
469 B
JSON

{
"CinderVolumes.create_and_list_volume": [
{
"args": {
"size": 1,
"detailed": true
},
"runner": {
"type": "constant",
"times": 1,
"concurrency": 1
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 2
}
}
}
]
}