tempest/openstack-common.conf
Attila Fazekas 1e30d5d096 Switching to oslo importutils in the stress tests
The importutils is helper module for dynamic class and module,
 loading.

The importutils is compatible with python 2.6 and it is
used in multiple other openstack projects.

The previously used importlib defined with python 2.7.

Change-Id: I4e99ccf9d51cea28584c9d28a4aceab633b3f998
2013-07-31 13:18:47 +02:00

11 lines
204 B
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
module=install_venv_common
module=lockutils
module=log
module=importlib
# The base module to hold the copy of openstack.common
base=tempest