rally-openstack/samples/tasks/scenarios/neutron/create-and-delete-security-...

32 lines
782 B
JSON

{
"NeutronSecurityGroup.create_and_delete_security_group_rule": [
{
"args": {
"security_group_args": {},
"security_group_rule_args":{}
},
"runner": {
"type": "constant",
"times": 20,
"concurrency": 10
},
"context": {
"users": {
"tenants": 3,
"users_per_tenant": 3
},
"quotas": {
"neutron": {
"security_group": -1
}
}
},
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
}