[SRU] python-eventlet configurable socket_timeout support
Bug #1419117 reported by
Corey Bryant
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cinder (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
Trusty |
Invalid
|
Undecided
|
Unassigned | ||
Utopic |
Fix Released
|
Undecided
|
Unassigned | ||
neutron (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
Trusty |
Invalid
|
Undecided
|
Unassigned | ||
Utopic |
Fix Released
|
Undecided
|
Unassigned | ||
nova (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
Trusty |
Invalid
|
Undecided
|
Unassigned | ||
Utopic |
Fix Released
|
Undecided
|
Unassigned | ||
python-eventlet (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
Trusty |
Fix Released
|
Undecided
|
Unassigned | ||
Utopic |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
[Impact]
The recent 2014.2.2 juno release of cinder is using configurable socket_timeout support in python-eventlet to fix a security-related bug (bug #1361360), however socket_timeout is not yet available in the 0.13.0 version of python-eventlet that is in utopic. The corresponding cinder commit is f88dc8495f7ec5d
[Test Case]
Ensure socket_timeout is configurable with python-eventlet.
[Regression Potential]
Fix is upstream for both projects
7d4916f01462de0
f88dc8495f7ec5d
Related branches
lp://staging/~corey.bryant/ubuntu/utopic/python-eventlet/0.13.0-1ubuntu3.1
Approved
for merging
into
lp://staging/ubuntu/utopic/python-eventlet
- Ubuntu branches: Pending requested
-
Diff: 115 lines (+95/-0)3 files modifieddebian/changelog (+7/-0)
debian/patches/series (+1/-0)
debian/patches/socket-timeout.patch (+87/-0)
lp://staging/~corey.bryant/cinder/2014.2.2
- Ubuntu Server Developers: Pending requested
-
Diff: 10 lines (+1/-0)1 file modifieddebian/changelog (+1/-0)
lp://staging/~corey.bryant/nova/2014.2.2
- Ubuntu Server Developers: Pending requested
-
Diff: 10 lines (+1/-0)1 file modifieddebian/changelog (+1/-0)
lp://staging/~corey.bryant/neutron/2014.2.2
- Ubuntu Server Developers: Pending requested
-
Diff: 10 lines (+1/-0)1 file modifieddebian/changelog (+1/-0)
lp://staging/~corey.bryant/ubuntu/trusty/python-eventlet/0.13.0-1ubuntu2.1
Approved
for merging
into
lp://staging/ubuntu/trusty/python-eventlet
- Ubuntu branches: Pending requested
-
Diff: 114 lines (+95/-0)3 files modifieddebian/changelog (+7/-0)
debian/patches/series (+1/-0)
debian/patches/socket-timeout.patch (+87/-0)
lp://staging/~corey.bryant/ubuntu/utopic/python-eventlet/0.13.0-1ubuntu3.2
- Ubuntu Development Team: Pending requested
-
Diff: 114 lines (+53/-20)3 files modifieddebian/changelog (+7/-0)
debian/patches/sslwrap.diff (+25/-12)
eventlet/green/ssl.py (+21/-8)
Changed in nova (Ubuntu): | |
status: | New → Invalid |
Changed in python-eventlet (Ubuntu): | |
status: | New → Invalid |
Changed in nova (Ubuntu): | |
status: | Invalid → In Progress |
status: | In Progress → Invalid |
Changed in neutron (Ubuntu): | |
status: | New → Invalid |
Changed in cinder (Ubuntu): | |
status: | New → Invalid |
tags: | added: utopic |
Changed in cinder (Ubuntu Trusty): | |
status: | New → Invalid |
Changed in neutron (Ubuntu Trusty): | |
status: | New → Invalid |
Changed in nova (Ubuntu Trusty): | |
status: | New → Invalid |
tags: |
added: verification-done-trusty removed: verification-needed-trusty |
To post a comment you must log in.
The 2014.2.2 juno versions of nova and neutron also depend on this python-eventlet fix.