960b004c3c
Implement create_and_update_volume scenario for cinder. Adds supporting method '_update_volume' to "rally/plugins/openstack/scenarios/cinder/utils.py". Change-Id: I275be08eae74886694286af903acb075b3e82d0c
25 lines
609 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|