Michael Bennett created LIBCLOUD-893:
----------------------------------------
Summary: Having certifi installed breaks libcloud.security.py for
2.0.0rc1
Key: LIBCLOUD-893
URL: https://issues.apache.org/jira/browse/LIBCLOUD-893
Project: Libcloud
Issue Type: Bug
Reporter: Michael Bennett
Priority: Minor
This change:
https://github.com/apache/libcloud/commit/a4ad8d4a44dbf6069d924cdadabfff522ed703e6
Causes libcloud.security to fail on import when the certifi package is
installed. CA_CERTS_PATH was initialized to None however with certifi
installed, line 58 attempts to insert the certifi_ca_bundle_path and throws a
NoneType error
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)