rally-openstack/samples/tasks/scenarios/cinder/create-and-set-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

31 lines
767 B
JSON

{
"CinderQos.create_and_set_qos": [
{
"args": {
"consumer": "back-end",
"write_iops_sec": "10",
"read_iops_sec": "1000",
"set_consumer": "both",
"set_write_iops_sec": "11",
"set_read_iops_sec": "1001"
},
"runner": {
"type": "constant",
"times": 5,
"concurrency": 2
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
},
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
}