From 7da3a698658bcc2188caa95ba2f735becd99caee Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Thu, 30 May 2013 17:44:54 +1000 Subject: Import eventlet patch from oslo. This was abandoned once before: https://review.openstack.org/#/c/25781/ However this is not to do with packaging. This is required if we use eventlet subprocess module (like we should be) in jenkins tests for python2.6. Also imports patch_tox_venv.py. This is a cutdown version of what would happen in run_tests.sh but for tox environments which is how jenkins runs tests now. Change-Id: I369c3e464dfbe3a754f90db58785e97ac87b36c0 --- openstack-common.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openstack-common.conf') diff --git a/openstack-common.conf b/openstack-common.conf index 1156eb95..170f200f 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -4,7 +4,9 @@ module=importutils module=install_venv_common module=jsonutils +module=patch_tox_venv module=policy +module=redhat-eventlet.patch module=timeutils # The base module to hold the copy of openstack.common -- cgit