rally-openstack/samples/tasks/scenarios/manila/create-share-network-and-delete.json
Valeriy Ponomaryov 0b9b15f640 [Manila] Add scenario for creation/deletion of Manila share networks
List of changes:
- Added support of 'create' and 'delete' operations for share networks.
- Added benchmark for creating and deleting share networks.

Change-Id: I25ffb2d8d769f6d81972f8773951246f11abb2a0
2015-06-19 09:23:13 +00:00

26 lines
597 B
JSON

{
"ManilaShares.create_share_network_and_delete": [
{
"args": {
"name": "rally"
},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 10
},
"context": {
"quotas": {
"manila": {
"share_networks": -1
}
},
"users": {
"tenants": 2,
"users_per_tenant": 1
}
}
}
]
}