rally-openstack/samples/tasks/scenarios/cinder/create-and-get-qos.json
zhangzhang 0993e8f42a Add cinder.CreateAndSetQos scenario
Create a qos, then Add/Update keys in qos specs.

Change-Id: I26fe73d1b4833ca23023698e22ee8387d358d786
2017-05-23 10:05:56 -04:00

28 lines
634 B
JSON

{
"CinderQos.create_and_get_qos": [
{
"args": {
"consumer": "both",
"write_iops_sec": "10",
"read_iops_sec": "1000"
},
"runner": {
"type": "constant",
"times": 5,
"concurrency": 2
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
},
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
}