f245a84a15
This patch enable ssl settings in deployment config and deprecate those in rally.conf. Before those are totally removed from rally.conf, rally will read those if no ssl settings in deployment config. This is for back-compatibility. Closes-Bug: #1430695 Change-Id: Idacbd99fae9de0c107d8bdaefb134663738ca497
16 lines
392 B
JSON
16 lines
392 B
JSON
{
|
|
"type": "ExistingCloud",
|
|
"auth_url": "http://example.net:5000/v3/",
|
|
"region_name": "RegionOne",
|
|
"endpoint_type": "public",
|
|
"admin": {
|
|
"username": "admin",
|
|
"password": "myadminpass",
|
|
"user_domain_name": "admin",
|
|
"project_name": "admin",
|
|
"project_domain_name": "admin",
|
|
},
|
|
"https_insecure": False,
|
|
"https_cacert": "",
|
|
}
|