commit | 5099fe1cae25ab9bb8a8227dd850fecc73739fce | [log] [tgz] |
---|---|---|
author | Michael Johnson <johnsomor@gmail.com> | Thu Jun 13 11:29:29 2019 -0700 |
committer | Michael Johnson <johnsomor@gmail.com> | Thu Jun 13 11:36:17 2019 -0700 |
tree | 10bdf0f70bcd6f67eeca87091daf967e804da497 | |
parent | 735c71d5099c0ad693bb95511536db622b23fe9b [diff] |
Fix the load balancer service clients The load balancer service clients were not using the base service_client_config from tempest, so they would not pick up some base settings, such as ca_certs, disable_ssl_certificate_validation, etc. This patch corrects that so that the clients will get the base settings from tempest. Change-Id: Ic7fa0d2e32cb8ff86fe013064e1ce53d4cf0d62e Story: 2005880 Task: 33698