summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStuart McLaren <stuart.mclaren@hp.com>2012-09-21 14:18:22 +0000
committerStuart McLaren <stuart.mclaren@hp.com>2012-10-08 13:51:41 +0000
commit556082cd6632dbce52ccb67ace57410d61057d66 (patch)
tree1d3b94bfba2ee69c323c27ae575b3e6897b71a5b /tools
parentcdc06d9fdb15cd19bd5d26304dfebf092c6c8df8 (diff)
downloadpython-glanceclient-556082cd6632dbce52ccb67ace57410d61057d66.tar.gz
Implement blueprint ssl-connect-rework
Use pyOpenSSL for HTTPS connections. This allows: * Neater loading of system CA files * Optional disabling of SSL compression The performance gain from disabling SSL compression is significant in cases where the image being uploaded/downloaded is in an already compressed format (eg qcow2). Related to bp ssl-connect-rework. Change-Id: I0568b6c95c5fc7b8eafdbd0284e24c453660a55a
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index bbb4edf..b0db858 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,4 +1,5 @@
argparse
prettytable>=0.6,<0.7
python-keystoneclient>=0.1.2,<0.2
+pyOpenSSL
warlock<2