| Summary: | Rebase pyOpenSSL to 0.13.1 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Lon Hohberger <lhh> |
| Component: | pyOpenSSL | Assignee: | Tomas Mraz <tmraz> |
| Status: | CLOSED ERRATA | QA Contact: | Hubert Kario <hkario> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.5 | CC: | cperry, hkario, ksrot, mhuth, msaxena, nathanael, salmy |
| Target Milestone: | beta | Keywords: | Rebase |
| Target Release: | 6.6 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | pyOpenSSL-0.13.1-1.el6 | Doc Type: | Rebase: Bug Fixes and Enhancements |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-07-22 06:47:42 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1153398, 1159926 | ||
*** Bug 848474 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-1337.html |
Description of problem: OpenStack requires a newer version of pyOpenSSL than is provided in base RHEL, as the version which is shipped, v0.10, is missing several functions which are used. Version-Release number of selected component (if applicable): pyOpenSSL-0.10-2.el6 How reproducible: 100% Steps to Reproduce: 1. Try to use SSL with various OpenStack services Actual results: Tracebacks / inoperability: [root@localhost certs(keystone_admin)]# glance image-list /usr/lib/python2.6/site-packages/glanceclient/common/http.py:390: DeprecationWarning: integer argument expected, got float struct.pack('LL', self.timeout, 0)) get_extension_count Expected results: Normal operation. Additional info: We can work around this by overriding the version shipped in OpenStack itself, but perhaps it would be beneficial for other products or ISV software as well?