summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-rally/task-example.json
diff options
context:
space:
mode:
authorVu Tran <vu.tran@windriver.com>2014-07-10 10:23:42 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-07-17 00:12:13 -0400
commit3c40059598035598ec1f88775f0793c96dce2f5e (patch)
tree6c75c0575b80e16cc896481fc28fe87527778df5 /meta-openstack/recipes-devtools/python/python-rally/task-example.json
parent5e29cf0fce2f768a3a179c2edd9ee1f2a1223ab0 (diff)
downloadmeta-cloud-services-3c40059598035598ec1f88775f0793c96dce2f5e.tar.gz
introduce openstack Rally component
* Add Rally bb file * Add Rally deployment json config for existing deployment * Add task example * To use custom Rally config file Signed-off-by: Vu Tran <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-rally/task-example.json')
-rw-r--r--meta-openstack/recipes-devtools/python/python-rally/task-example.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rally/task-example.json b/meta-openstack/recipes-devtools/python/python-rally/task-example.json
new file mode 100644
index 0000000..381bb96
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-rally/task-example.json
@@ -0,0 +1,17 @@
1{
2 "Authenticate.keystone": [
3 {
4 "runner": {
5 "type": "constant",
6 "times": 100,
7 "concurrency": 5
8 },
9 "context": {
10 "users": {
11 "tenants": 3,
12 "users_per_tenant": 50
13 }
14 }
15 }
16 ]
17}