rally-openstack/samples/deployments/existing-keystone-v3-user.json
Luke Short 55d7c4dcda Add an example configuration that does not use an admin user.
Rally added support for running
tests as non-admin users in the
0.10.0 release.

Change-Id: I96d125190f2419673c1417a372822fd9a773db72
Closes-Bug: 1751326
2018-10-16 22:57:49 -04:00

19 lines
498 B
JSON

{
"openstack": {
"auth_url": "http://example.net:5000/v3/",
"region_name": "RegionOne",
"endpoint_type": "public",
"users": [
{
"username": "normal_user",
"password": "password",
"user_domain_name": "Default",
"project_name": "normal_project",
"project_domain_name": "Default"
}
],
"https_insecure": false,
"https_cacert": ""
}
}