rally/samples/tasks/scenarios/manila/attach-security-service-to-share-network.json
Valeriy Ponomaryov 57adf9e026 [Manila] Add scenario for attach of security service to share network
List of changes:
- Added support of 'attach-security-service-to-share-network' operation.
- Added benchmark for creating security service and share network and attaching
the former to the latter.

Change-Id: Icc6fe65ddf796603e7f507b62c2f6c76a030c400
2015-07-15 21:05:40 +00:00

26 lines
634 B
JSON

{
"ManilaShares.attach_security_service_to_share_network": [
{
"args": {
"security_service_type": "active_directory"
},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 10
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 1
},
"quotas": {
"manila": {
"share_networks": -1
}
}
}
}
]
}