Workaround secure connection for Openstack 81/34881/1
authorYun Huang <yun.huang@windriver.com>
Fri, 9 Mar 2018 02:11:30 +0000 (10:11 +0800)
committerYun 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

index c708e85..36c4762 100644 (file)
@@ -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):