commit 91636e8b85de680ea1347b60b1c2a27022c0f26f
Author: Ian Cordasco <email address hidden>
Date: Fri Mar 27 21:18:42 2015 -0500
Switch VMWare Datastore to use Requests
Previously the VMWare Datastore was using HTTPS Connections from httplib
which do not verify the connection. Switching to requests allows the
store to perform proper connection level verification for a secure
connection. 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
4. Help with Chunked Encoding
Reviewed: https:/ /review. openstack. org/168540 /git.openstack. org/cgit/ openstack/ glance_ store/commit/ ?id=91636e8b85d e680ea1347b60b1 c2a27022c0f26f
Committed: https:/
Submitter: Jenkins
Branch: master
commit 91636e8b85de680 ea1347b60b1c2a2 7022c0f26f
Author: Ian Cordasco <email address hidden>
Date: Fri Mar 27 21:18:42 2015 -0500
Switch VMWare Datastore to use Requests
Previously the VMWare Datastore was using HTTPS Connections from httplib
which do not verify the connection. Switching to requests allows the
store to perform proper connection level verification for a secure
connection. 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
4. Help with Chunked Encoding
Partial-bug: 1436082
Co-authored-by: Sabari Kumar Murugesan <email address hidden>
Change-Id: I8ff20b2f6bd0e0 5cd50e44a60ec89 fd54f87e1b4