rally-openstack/samples/tasks/scenarios/nova/create-and-get-keypair.json
zhangzhang 323549e62e Add nova.CreateAndGetKeypair scenario
Create a keypair and get the keypair details

Change-Id: I32c05a6d9fc4857106c808a5497c4a6d6e919374
2017-03-06 11:05:59 -05:00

25 lines
513 B
JSON

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