This commit is contained in:
Joe Talerico 2015-09-24 08:47:20 -04:00
commit 17591b2531
2 changed files with 46 additions and 0 deletions

23
keystone/neutron-cc Normal file
View File

@ -0,0 +1,23 @@
{
"Authenticate.validate_neutron": [
{
"args": {
"repetitions": 2
},
"context": {
"users": {
"project_domain": "default",
"resource_management_workers": 30,
"tenants": 1,
"user_domain": "default",
"users_per_tenant": 8
}
},
"runner": {
"concurrency": 1,
"times": 1,
"type": "constant"
}
}
]
}

23
keystone/nova-cc Normal file
View File

@ -0,0 +1,23 @@
{
"Authenticate.validate_nova": [
{
"args": {
"repetitions": 2
},
"context": {
"users": {
"project_domain": "default",
"resource_management_workers": 30,
"tenants": 1,
"user_domain": "default",
"users_per_tenant": 8
}
},
"runner": {
"concurrency": 1,
"times": 1,
"type": "constant"
}
}
]
}