For Cinder:
HTTPSConnection is used in Zadara driver to send commands to VPSA controller (if use_ssl = True), as well as in the Solidfire driver to communicate with SolidFire devices.
./cinder/volume/drivers/zadara.py ./cinder/volume/drivers/solidfire.py
The third instance is in unit tests where it's not so much of a problem.
For Cinder:
HTTPSConnection is used in Zadara driver to send commands to VPSA controller (if use_ssl = True), as well as in the Solidfire driver to communicate with SolidFire devices.
./cinder/ volume/ drivers/ zadara. py volume/ drivers/ solidfire. py
./cinder/
The third instance is in unit tests where it's not so much of a problem.