summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-05-02 10:05:04 +0100
committerMark McLoughlin <markmc@redhat.com>2013-05-02 10:23:00 +0100
commitd819f869c5a535f115f0cafa47e7d21a3e129605 (patch)
tree302acce3ebaf1645ea67d698386504a28c232eb3 /tools
parented7bce81383db458ea79a2ce18e8b18478cfe7ec (diff)
downloadnova-d819f869c5a535f115f0cafa47e7d21a3e129605.tar.gz
nova-d819f869c5a535f115f0cafa47e7d21a3e129605.tar.xz
nova-d819f869c5a535f115f0cafa47e7d21a3e129605.zip
Copy the RHEL6 eventlet workaround from Oslo
Tests in oslo-incubator now need the horrendous hack to workaround an issue with eventlet on RHEL6. We've moved the patch_tox_venv tool and redhat-eventlet.patch into oslo-incubator, so add them to openstack-common.conf. Change-Id: I1acfec282b64d7582144b155119bedb1741db2f7
Diffstat (limited to 'tools')
-rw-r--r--tools/patch_tox_venv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patch_tox_venv.py b/tools/patch_tox_venv.py
index 399acbcfc..6ae6c2e7f 100644
--- a/tools/patch_tox_venv.py
+++ b/tools/patch_tox_venv.py
@@ -28,7 +28,7 @@ def main(argv):
pip_requires = os.path.join(root, 'tools', 'pip-requires')
test_requires = os.path.join(root, 'tools', 'test-requires')
py_version = "python%s.%s" % (sys.version_info[0], sys.version_info[1])
- project = 'Nova'
+ project = 'nova'
install = install_venv.InstallVenv(root, venv, pip_requires, test_requires,
py_version, project)
#NOTE(dprince): For Tox we only run post_process (which patches files, etc)