Merge " Copy the RHEL6 eventlet workaround from Oslo"
This commit is contained in:
commit
8e6939a168
@ -15,9 +15,11 @@ module=log
|
|||||||
module=loopingcall
|
module=loopingcall
|
||||||
module=network_utils
|
module=network_utils
|
||||||
module=notifier
|
module=notifier
|
||||||
|
module=patch_tox_venv
|
||||||
module=periodic_task
|
module=periodic_task
|
||||||
module=policy
|
module=policy
|
||||||
module=processutils
|
module=processutils
|
||||||
|
module=redhat-eventlet.patch
|
||||||
module=rpc
|
module=rpc
|
||||||
module=service
|
module=service
|
||||||
module=setup
|
module=setup
|
||||||
|
@ -28,7 +28,7 @@ def main(argv):
|
|||||||
pip_requires = os.path.join(root, 'tools', 'pip-requires')
|
pip_requires = os.path.join(root, 'tools', 'pip-requires')
|
||||||
test_requires = os.path.join(root, 'tools', 'test-requires')
|
test_requires = os.path.join(root, 'tools', 'test-requires')
|
||||||
py_version = "python%s.%s" % (sys.version_info[0], sys.version_info[1])
|
py_version = "python%s.%s" % (sys.version_info[0], sys.version_info[1])
|
||||||
project = 'Quantum'
|
project = 'quantum'
|
||||||
install = install_venv.InstallVenv(root, venv, pip_requires, test_requires,
|
install = install_venv.InstallVenv(root, venv, pip_requires, test_requires,
|
||||||
py_version, project)
|
py_version, project)
|
||||||
#NOTE(dprince): For Tox we only run post_process (which patches files, etc)
|
#NOTE(dprince): For Tox we only run post_process (which patches files, etc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user