d52a0f21f7
Tests in oslo-incubator now need the horrendous hack to workaround an issue with eventlet on RHEL6. We've moved the patch_tox_venv tool and redhat-eventlet.patch into oslo-incubator, so add them to openstack-common.conf. Change-Id: I1acfec282b64d7582144b155119bedb1741db2f7
17 lines
626 B
Diff
17 lines
626 B
Diff
--- .nova-venv/lib/python2.6/site-packages/eventlet/green/subprocess.py.orig
|
|
2011-05-25
|
|
23:31:34.597271402 +0000
|
|
+++ .nova-venv/lib/python2.6/site-packages/eventlet/green/subprocess.py
|
|
2011-05-25
|
|
23:33:24.055602468 +0000
|
|
@@ -32,7 +32,7 @@
|
|
setattr(self, attr, wrapped_pipe)
|
|
__init__.__doc__ = subprocess_orig.Popen.__init__.__doc__
|
|
|
|
- def wait(self, check_interval=0.01):
|
|
+ def wait(self, check_interval=0.01, timeout=None):
|
|
# Instead of a blocking OS call, this version of wait() uses logic
|
|
# borrowed from the eventlet 0.2 processes.Process.wait() method.
|
|
try:
|
|
|