55d7c4dcda
Rally added support for running tests as non-admin users in the 0.10.0 release. Change-Id: I96d125190f2419673c1417a372822fd9a773db72 Closes-Bug: 1751326
19 lines
498 B
JSON
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": ""
|
|
}
|
|
}
|