Bugfix: yardstick https support 19/30319/1
authorchenjiankun <chenjiankun1@huawei.com>
Fri, 10 Mar 2017 10:43:28 +0000 (10:43 +0000)
committerJack Chan <chenjiankun1@huawei.com>
Mon, 13 Mar 2017 06:22:17 +0000 (06:22 +0000)
commitedd6d4cadadf8c84bb212b1108c0b89ce535a19b
tree4216b6f2ade87b627935b4bee9f21598b0af1072
parent34ec55f5007b7da43101ee9dd5f40ebaa0bb6234
Bugfix: yardstick https support

JIRA: YARDSTICK-587

When run in https environment, there is a bug:
error: failed to deploy stack: '_init_() got an unexpected keyword argument 'ca_cert''
The reason is the key pass to Session() is cacert, but the key should be
verify.

Change-Id: Ia9fc1d7908c2fca9d827a5f64deac7cd333d5c07
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
(cherry picked from commit 747e3c5f8a882b07b6876aae61c84d05a8b832f4)
yardstick/common/openstack_utils.py