hpe-storage/python-3parclient

Replace httplib2 with requests lib

Closed this issue · 1 comments

Customer ran into issue with default SSL lib using in httplib2, it's a known defect for along time and doesn't look to be fixed soon, the customer had to change httplib2 to use ssl.PROTOCOL_TLSv1.

We should use requests lib instead of httplib2, some of openstack has already moved to this version.
The customer has requests==2.3.0 in there envrionment

The 3PAR client version 3.3.0 now uses the Python Requests library