From 245e9400402207588e31ba249c2c13be28f0ff63 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Sat, 4 Aug 2012 04:22:09 +0100 Subject: Require eventlet >= 0.9.17 0.9.17 was released 2012-08-03 and includes two particular fixes related to OpenStack 1. https://bitbucket.org/which_linden/eventlet/issue/123/ Fix an exception thrown by epoll in certain cases. This can cause jenkins to deadlock, triggered for example by: https://review.openstack.org/#/c/10767/ 2. https://bitbucket.org/which_linden/eventlet/issue/115/ https://bugs.launchpad.net/nova/+bug/903199 Fix a significant memory leak of _DummyThread objects. Change-Id: I449f30afde7d162ed2c0df149174f1250ef378ca --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 010289137..7c8843093 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -3,7 +3,7 @@ Cheetah==2.4.4 amqplib==0.6.1 anyjson==0.2.4 boto==2.1.1 -eventlet +eventlet>=0.9.17 kombu==1.0.4 lockfile==0.8 lxml==2.3 -- cgit