Revert "Pull in patched eventlet to fix Second Simultaneous errors"

This reverts commit 0011e19c15.

Eventlet version 0.15.1 has been released with the fix to the
"Second Simultaneous error"

Change-Id: I1e6e27f32f1b24e14a4ecb91f3433647fbb69a3e
This commit is contained in:
Michael Kerrin 2014-08-18 17:21:49 +01:00
parent 0c154b6438
commit 872e508215
2 changed files with 0 additions and 7 deletions

View File

@ -41,12 +41,6 @@ function python_install() {
pip install -U 'pbr>=0.5.21,<1.0'
if [ -n "$reqs" ] ; then
# Wwe have patched eventlet to solve issues there.
# Carry it locally until we get it merged upstream.
if grep -qw "^eventlet" $reqs ; then
pip install /opt/stack/eventlet
fi
pip install -r $reqs
# FIXME: pip requires doesn't include MySQL-python
pip install MySQL-python

View File

@ -1 +0,0 @@
eventlet git /opt/stack/eventlet https://github.com/jan-g/eventlet.git wip