Merge "Copy the RHEL6 eventlet workaround from Oslo"

This commit is contained in:
Jenkins 2013-05-16 14:42:17 +00:00 committed by Gerrit Code Review
commit bbf2f7e697
2 changed files with 3 additions and 1 deletions

View File

@ -19,10 +19,12 @@ module=log
module=loopingcall
module=network_utils
module=notifier
module=patch_tox_venv
module=periodic_task
module=plugin
module=policy
module=processutils
module=redhat-eventlet.patch
module=rootwrap
module=rpc
module=strutils

View File

@ -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)