rally-openstack/samples/tasks/scenarios/nova/create-and-update-aggregate.json
maxinjian 4e14129bf8 Add NovaAggregates.create_and_update_aggregate
This scenario first creates a aggregate and then update
its name and availability_zone.

Change-Id: I747b8adc0fae273dda4720731fa407d72fa5d286
2016-10-10 00:08:59 -04:00

26 lines
577 B
JSON

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