Bugfix: cacert should suppot insecure mode if needed 25/36625/1
authorrexlee8776 <limingjiang@huawei.com>
Thu, 30 Mar 2017 02:37:02 +0000 (10:37 +0800)
committerJing Lu <lvjing5@huawei.com>
Wed, 28 Jun 2017 07:23:31 +0000 (07:23 +0000)
commitac370f93eb345f9aee456cb19724902587c10209
treecf5eb229c7dc85c7426c94a6b367cb2ce6937620
parent2f9126f350bff38eec2ff452866e5a2ca3d0bdd7
Bugfix: cacert should suppot insecure mode if needed

currently, we use env variable "OS_CACERT" to specify the location of
cert file. but if there's no cacert and use for personal verification,
it's better to also support insecure mode by set OS_CACERT=False

JIRA: YARDSTICK-616

Change-Id: I73b0860863bf6386f9114328c52594ef87e02fa3
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
(cherry picked from commit aa477334a3cb2e49c4343f66bff44c89d7edcf24)
yardstick/common/openstack_utils.py