Improve User context

*) Default value for concurrency should be at least 30.
*) Change templates for names of users and context
*) Store tenant_id in user (it's very usefull in many cases):
role context:
https://review.openstack.org/#/c/87984/4/rally/benchmark/context/role.py
quotas benchmarks:
https://review.openstack.org/#/c/87283/7/rally/benchmark/scenarios/quotas/quotas.py
(where we should setup quotas for passed user)

Change-Id: I00a97cb6ba20f6ee1636e56dc9ad35216ed30144
This commit is contained in:
Boris Pavlovic 2014-04-21 04:47:59 +04:00
parent f6455d9842
commit 6389fb1556

@ -404,6 +404,6 @@
# How many concurrent threads use for serving users context
# (integer value)
#concurrent=1
#concurrent=30