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

34 lines
882 B
JSON

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