keystone/openstack-common.conf
Jamie Lennox 7da3a69865 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
2013-06-05 10:02:26 +10:00

14 lines
278 B
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
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
base=keystone