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

27 lines
615 B
JSON

{
"CinderVolumes.create_and_attach_volume": [
{
"args": {
"volume_size": 1,
"image": {
"name": "^cirros.*"
},
"flavor": {
"name": "m1.tiny"
}
},
"runner": {
"type": "constant",
"times": 1,
"concurrency": 1
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 2
}
}
}
]
}