From 1cb431a4af5dc01c6bc516a4344f99a927b77d71 Mon Sep 17 00:00:00 2001 From: Alex Krzos Date: Thu, 24 Sep 2015 08:13:02 -0400 Subject: [PATCH] Adding keystone scenarios for validating tokens with nova and neutron. --- keystone/neutron-cc | 23 +++++++++++++++++++++++ keystone/nova-cc | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 keystone/neutron-cc create mode 100644 keystone/nova-cc diff --git a/keystone/neutron-cc b/keystone/neutron-cc new file mode 100644 index 000000000..85af5acee --- /dev/null +++ b/keystone/neutron-cc @@ -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" + } + } + ] +} diff --git a/keystone/nova-cc b/keystone/nova-cc new file mode 100644 index 000000000..11bdd3dbd --- /dev/null +++ b/keystone/nova-cc @@ -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" + } + } + ] +}