commit 2572ea1410d4cb02b65f5791681d4d8e54adc67c
Author: Ian Cordasco <email address hidden>
Date: Fri Mar 27 17:49:36 2015 -0500
Switch HTTP store to using requests
Previously the HTTP store was using httplib and specifically unverified
HTTPS connections to download data about images. By switching to using
requests, we will get several benefits:
1. Certificate verification when using HTTPS
2. Connection pooling when following redirects
3. Help handling redirects
Reviewed: https:/ /review. openstack. org/168507 /git.openstack. org/cgit/ openstack/ glance_ store/commit/ ?id=2572ea1410d 4cb02b65f579168 1d4d8e54adc67c
Committed: https:/
Submitter: Jenkins
Branch: master
commit 2572ea1410d4cb0 2b65f5791681d4d 8e54adc67c
Author: Ian Cordasco <email address hidden>
Date: Fri Mar 27 17:49:36 2015 -0500
Switch HTTP store to using requests
Previously the HTTP store was using httplib and specifically unverified
HTTPS connections to download data about images. By switching to using
requests, we will get several benefits:
1. Certificate verification when using HTTPS
2. Connection pooling when following redirects
3. Help handling redirects
Closes-bug: 1263067 on-requests
Partial-bug: 1436082
Implements: blueprint http-store-
Co-Authored-By: Sabari Kumar Murugesan <email address hidden>
Change-Id: Ib114919c1e1361 ba64fe9e8382e1a 2c39dbb3271