Toggle the cert of secured endpoint of OpenStack by option:
cloud-region.esr-system-info.ssl-insecure. Now it support
ssl-insecure=True only.
Change-Id: Ibd72324daede7f5571d079a7511a76aa4ef13eb2
Issue-ID: MULTICLOUD-161
Signed-off-by: Yun Huang <yun.huang@windriver.com>
--- /dev/null
+=======================
+Notice: END OF LIFE
+=======================
+
+This MultiCloud Plugin service for OpenStack Kilo was inherited from OPEN-O and never enabled for ONAP.
+
if auth_state:
auth.set_auth_state(auth_state)
- return session.Session(auth=auth)
+ return session.Session(auth=auth, verify=(vim['insecure']==False))
@staticmethod