summaryrefslogtreecommitdiff
path: root/openstack-common.conf
diff options
context:
space:
mode:
authorAttila Fazekas <afazekas@redhat.com>2013-07-30 14:38:20 +0200
committerAttila Fazekas <afazekas@redhat.com>2013-07-31 13:18:47 +0200
commit1e30d5d0960ee88b0ed0863948cc8703d17872f3 (patch)
tree612b01048ba86c48078e814aab244bdee2e0a894 /openstack-common.conf
parent6a97094c24cb29b0d469e60c5cfc7785059a6169 (diff)
downloadtempest-1e30d5d0960ee88b0ed0863948cc8703d17872f3.tar.gz
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
Diffstat (limited to 'openstack-common.conf')
-rw-r--r--openstack-common.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack-common.conf b/openstack-common.conf
index 8568f2218..ff8440418 100644
--- a/openstack-common.conf
+++ b/openstack-common.conf
@@ -4,6 +4,7 @@
module=install_venv_common
module=lockutils
module=log
+module=importlib
# The base module to hold the copy of openstack.common
base=tempest