rally-openstack/samples/tasks/scenarios/nova/create-aggregate-add-and-remove-host.json
maxinjian 58af71e7e9 Add NovaAggregates.create_aggregate_and_add_host
This scenario first creates an aggregate, add a host to it,
and then remove the host from it.

Change-Id: I1b1149f7b991bbcba51522bb54a6da872c2333ca
2016-10-11 01:11:45 -04:00

26 lines
586 B
JSON

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