rally-openstack/samples/tasks/scenarios/keystone/create-tenant-with-users.json
Chris St. Pierre d025cb8e68 Implement new random name generator for keystone scenarios
This switches keystone scenarios to using the new consistent random
name generator.

Implements blueprint: consistent-resource-names
Change-Id: Ie753b6c6b570ce40bd17df545df4a2cde2c4bc50
2015-10-16 08:00:21 -05:00

15 lines
291 B
JSON

{
"KeystoneBasic.create_tenant_with_users": [
{
"args": {
"users_per_tenant": 10
},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 10
}
}
]
}