Files
rally-openstack/samples/tasks/contexts/keypair.json
Andriy Kurilin c3c6de9804 Port all samples to task format v2
Signed-off-by: Andriy Kurilin <andr.kurilin@gmail.com>
Change-Id: Id9d1c0cd8f2cbc34d22f861af7c2297899aa4e4e
2025-09-17 13:15:29 +02:00

30 lines
811 B
JSON

{
"version": 2,
"title": "Keypair Context Configuration",
"description": "Sample configuration for Rally keypair context showing SSH key pair setup",
"subtasks": [
{
"title": "Basic keypair context",
"description": "Create SSH key pairs for use in testing scenarios",
"scenario": {
"Dummy.openstack": {
"sleep": 0.1
}
},
"runner": {
"constant": {
"times": 4,
"concurrency": 2
}
},
"contexts": {
"users": {
"tenants": 1,
"users_per_tenant": 2
},
"keypair": {}
}
}
]
}