rally-openstack/samples/tasks/scenarios/nova/create-and-get-aggregate-details.json
maxinjian 4634c4bed5 Add NovaAggregates.create_and_get_aggregate_details
This scenario first creates an aggregate and then get details of
it.

Change-Id: I0cff122b7bdae3b2074522ba701eb8282c40428d
2016-10-17 03:03:50 -04:00

26 lines
582 B
JSON

{
"NovaAggregates.create_and_get_aggregate_details": [
{
"args": {
"availability_zone": "nova"
},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 2
},
"context": {
"users": {
"tenants": 3,
"users_per_tenant": 2
}
},
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
}