rally-openstack/samples/tasks/scenarios/nova/boot-lock-unlock-and-delete.json
Chris St. Pierre 8275ce9638 Add Nova lock and unlock scenario
Add scenario to boot a server, lock it, unlock it, and delete
it.

Change-Id: Ifd29211914ff264738e1ff0371629d33b5f55f36
2015-05-05 08:19:21 -05:00

26 lines
597 B
JSON

{
"NovaServers.boot_lock_unlock_and_delete": [
{
"args": {
"flavor": {
"name": "m1.tiny"
},
"image": {
"name": "cirros-0.3.2-x86_64-uec"
}
},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 2
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 1
}
}
}
]
}