configure ssl in deployment config

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
This commit is contained in:
Kun Huang 2015-04-01 20:50:39 +08:00
parent a5ea859e8f
commit f245a84a15
3 changed files with 9 additions and 3 deletions

View File

@ -9,5 +9,7 @@
"user_domain_name": "admin",
"project_name": "admin",
"project_domain_name": "admin",
}
},
"https_insecure": False,
"https_cacert": "",
}

View File

@ -8,5 +8,7 @@
"username": "admin",
"password": "pa55word",
"tenant_name": "demo"
}
},
"https_insecure": False,
"https_cacert": "",
}

View File

@ -7,5 +7,7 @@
"username": "admin",
"password": "myadminpass",
"tenant_name": "demo"
}
},
"https_insecure": False,
"https_cacert": "",
}