rally-openstack/samples/tasks/scenarios/cinder/create-and-update-readonly-flag.json
maxinjian b236f8b06b Add CinderVolumes.create_volume_and_update_readonly_flag
Create a volume and then update its readonly flag.

Change-Id: I5dec43468fe75a59850582876b0088fb724c1696
2016-10-25 22:37:50 -04:00

27 lines
603 B
JSON

{
"CinderVolumes.create_volume_and_update_readonly_flag": [
{
"args": {
"size": 1,
"read_only": true
},
"runner": {
"type": "constant",
"times": 3,
"concurrency": 2
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
},
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
}