Code Review
/
multicloud
/
openstack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b3a1192
)
Workaround secure connection for Openstack
81/34881/1
author
Yun Huang
<yun.huang@windriver.com>
Fri, 9 Mar 2018 02:11:30 +0000
(10:11 +0800)
committer
Yun Huang
<yun.huang@windriver.com>
Fri, 9 Mar 2018 02:11:30 +0000
(10:11 +0800)
Disable cert of secured endpoint of OpenStack by default.Will fix this
workaround later when ESR could onboard the cert into AAI
Change-Id: Ic0813cd5d2afb867c20c1a5b5a13fd5b1ee5d71b
Issue-ID: MULTICLOUD-161
Signed-off-by: Yun Huang <yun.huang@windriver.com>
share/newton_base/util.py
patch
|
blob
|
history
diff --git
a/share/newton_base/util.py
b/share/newton_base/util.py
index
c708e85
..
36c4762
100644
(file)
--- a/
share/newton_base/util.py
+++ b/
share/newton_base/util.py
@@
-90,7
+90,7
@@
class VimDriverUtils(object):
if auth_state:
auth.set_auth_state(auth_state)
- return session.Session(auth=auth)
+ return session.Session(auth=auth
, verify=False
)
@staticmethod
def get_auth_state(session_obj):