9581e5b71b
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
33 lines
616 B
Plaintext
33 lines
616 B
Plaintext
[DEFAULT]
|
|
# The list of modules to copy from oslo-incubator.git
|
|
module=context
|
|
module=eventlet_backdoor
|
|
module=exception
|
|
module=excutils
|
|
module=fileutils
|
|
module=gettextutils
|
|
module=importutils
|
|
module=install_venv_common
|
|
module=jsonutils
|
|
module=local
|
|
module=lockutils
|
|
module=log
|
|
module=loopingcall
|
|
module=network_utils
|
|
module=notifier
|
|
module=patch_tox_venv
|
|
module=periodic_task
|
|
module=policy
|
|
module=processutils
|
|
module=redhat-eventlet.patch
|
|
module=rpc
|
|
module=service
|
|
module=setup
|
|
module=threadgroup
|
|
module=timeutils
|
|
module=uuidutils
|
|
module=version
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=quantum
|