d025cb8e68
This switches keystone scenarios to using the new consistent random name generator. Implements blueprint: consistent-resource-names Change-Id: Ie753b6c6b570ce40bd17df545df4a2cde2c4bc50
15 lines
291 B
JSON
15 lines
291 B
JSON
{
|
|
"KeystoneBasic.create_tenant_with_users": [
|
|
{
|
|
"args": {
|
|
"users_per_tenant": 10
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 10
|
|
}
|
|
}
|
|
]
|
|
}
|