rally-openstack/samples/tasks/scenarios/cinder/create-and-update-volume.json
nayna-patel 960b004c3c Add Cinder create_and_update_volume scenario
Implement create_and_update_volume scenario for cinder.
Adds supporting method '_update_volume' to
"rally/plugins/openstack/scenarios/cinder/utils.py".

Change-Id: I275be08eae74886694286af903acb075b3e82d0c
2015-08-24 07:43:34 +00:00

25 lines
609 B
JSON

{
"CinderVolumes.create_and_update_volume": [
{
"args": {
"update_volume_kwargs": {
"display_name": "name_updated",
"display_description": "desc_updated"
},
"size": 1
},
"runner": {
"type": "constant",
"times": 3,
"concurrency": 1
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 1
}
}
}
]
}