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:
parent
a5ea859e8f
commit
f245a84a15
@ -9,5 +9,7 @@
|
||||
"user_domain_name": "admin",
|
||||
"project_name": "admin",
|
||||
"project_domain_name": "admin",
|
||||
}
|
||||
},
|
||||
"https_insecure": False,
|
||||
"https_cacert": "",
|
||||
}
|
||||
|
@ -8,5 +8,7 @@
|
||||
"username": "admin",
|
||||
"password": "pa55word",
|
||||
"tenant_name": "demo"
|
||||
}
|
||||
},
|
||||
"https_insecure": False,
|
||||
"https_cacert": "",
|
||||
}
|
||||
|
@ -7,5 +7,7 @@
|
||||
"username": "admin",
|
||||
"password": "myadminpass",
|
||||
"tenant_name": "demo"
|
||||
}
|
||||
},
|
||||
"https_insecure": False,
|
||||
"https_cacert": "",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user