summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@openstack.org>2013-05-08 11:32:54 -0700
committerMark McLoughlin <markmc@redhat.com>2013-05-13 22:38:34 +0100
commit3dbc3cdbe6bfd74cd72d8a701c920ca063fef14e (patch)
tree46988f04563987ab6d221df1bfe2a75973a740e6
parente523c8c591806454e0e326bbdac57508787f8d24 (diff)
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
-rw-r--r--tools/install_venv_common.py3
1 files changed, 2 insertions, 1 deletions
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