Bug 1041622

Summary: [RFE][python-swiftclient]: Allow optionally disabling ssl compression
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/python-swiftclient/+spec/ssl-compression
Whiteboard: upstream_milestone_none upstream_status_good-progress upstream_definition_review
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:10:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 18:18:45 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/python-swiftclient/+spec/ssl-compression.

Description:

By default SSL layer compression is enabled when connecting to a https server.

Disabling compression can provide a performance increase, particularly when transferring
objects over a fast network.

Here's an example of download performance with and without SSL compression (actually this was done
for Glance, but the principle is the same):

http://15.185.160.228/ssl_comp.pdf

The ability to disable ssl compression would require using the python-openssl library, eg (a working
prototype):

http://15.185.160.228/ssl-comp-diff.txt

Note that much of the functionality in python-openssl maps to Python 3.3 so if/when we move to a newer version of Python replacing the python-openssl code with Python 3.3 code should be simple.


Specification URL (additional information):

None