This website requires JavaScript.
2c438f55beb717247495da2c2b5ff066537b1468
nova /contrib /redhat-eventlet.patch
2011年11月09日 14:00:55 -05:00
--- .nova-venv/lib/python2.6/site-packages/eventlet/green/subprocess.py.orig
+++ .nova-venv/lib/python2.6/site-packages/eventlet/green/subprocess.py
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.