Adding keystone scenarios for validating tokens with nova and neutron.

This commit is contained in:
Alex Krzos 2015-09-24 08:13:02 -04:00
parent 413a2f6d5a
commit 1cb431a4af
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"
}
}
]
}