rally-openstack/samples/tasks/scenarios/keystone/create-and-update-user.json
zhangzhang 3fa17122dd Add keystone.CreateAndUpdateUser scenario
Create user and update the user.

Change-Id: Ic523b7b2d225f9eece076c7263eb87915f2b4301
2017-02-06 05:25:16 -05:00

29 lines
664 B
JSON

{
"KeystoneBasic.create_and_update_user": [
{
"args": {
"create_user_kwargs": {},
"update_user_kwargs": {
"enabled": false
}
},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 2
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
},
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
}