From 3dbc3cdbe6bfd74cd72d8a701c920ca063fef14e Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 8 May 2013 11:32:54 -0700 Subject: Update eventlet bug URL. The eventlet repository has moved, so the bug url referenced in the comment about why we patch eventlet needs to be updated. Change-Id: I55abe0b6eb4c8e21fad15a10d6ec71d3b5a59e54 --- tools/install_venv_common.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/install_venv_common.py b/tools/install_venv_common.py index 914fcf1..42a44e8 100644 --- a/tools/install_venv_common.py +++ b/tools/install_venv_common.py @@ -207,7 +207,8 @@ class Fedora(Distro): This can be removed when the fix is applied upstream. Nova: https://bugs.launchpad.net/nova/+bug/884915 - Upstream: https://bitbucket.org/which_linden/eventlet/issue/89 + Upstream: https://bitbucket.org/eventlet/eventlet/issue/89 + RHEL: https://bugzilla.redhat.com/958868 """ # Install "patch" program if it's not there -- cgit