Glance stores library
Go to file
Ian Cordasco 91636e8b85 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 <smurugesan@vmware.com>

Change-Id: I8ff20b2f6bd0e05cd50e44a60ec89fd54f87e1b4
2016-02-24 22:53:15 -08:00
doc/source Merge "Replace deprecated library function os.popen() with subprocess" 2016-01-20 21:38:39 +00:00
glance_store Switch VMWare Datastore to use Requests 2016-02-24 22:53:15 -08:00
releasenotes Switch VMWare Datastore to use Requests 2016-02-24 22:53:15 -08:00
tools Add a run_tests.sh 2014-09-17 16:05:17 +00:00
.gitignore Add reno for release notes management in glance_store 2015-12-04 12:29:11 -06:00
.gitreview Update .gitreview for project rename 2014-08-30 16:43:37 +00:00
.testr.conf Move glance_store tests into the main package 2015-06-12 15:15:10 +00:00
babel.cfg Setup for glance.store for translation 2014-07-17 15:44:36 +00:00
LICENSE Copying from glance 2014-01-24 18:30:46 +01:00
README.rst Update README to work with release tools 2015-04-21 14:57:00 +00:00
requirements.txt Merge "Switch HTTP store to using requests" 2016-02-24 16:36:46 +00:00
run_tests.sh Add coverage report to run_test.sh 2015-02-19 17:25:58 +01:00
setup.cfg Remove the gridfs driver 2016-01-18 15:41:32 -04:30
setup.py Updated from global requirements 2015-10-09 03:49:59 +00:00
test-requirements.txt Updated from global requirements 2016-02-11 07:39:04 +00:00
tox.ini Merge "Deprecated tox -downloadcache option removed" 2016-01-19 01:33:56 +00:00

Glance Store Library

Glance's stores library