summaryrefslogtreecommitdiff
path: root/openstack-common.conf
diff options
context:
space:
mode:
authorMatthew Treinish <treinish@linux.vnet.ibm.com>2013-10-24 20:00:11 +0000
committerMatthew Treinish <treinish@linux.vnet.ibm.com>2013-10-24 20:05:35 +0000
commit9b4d588833fdb4c4a383d3a6f9ada6eb5737bf66 (patch)
treeb21dcf1510235c1f06f70d1c4f932a7e1ddc2cbe /openstack-common.conf
parent8f254d80b443c752fa3e8d59fbca3155d1bde65e (diff)
downloadtempest-9b4d588833fdb4c4a383d3a6f9ada6eb5737bf66.tar.gz
Sync fixtures from oslo and use LockFixture
This commit adds fixture to openstack-common.conf to sync fixtures from oslo. This patch also updates the location from which LockFixture is used. It was originally in tempest.openstack.common.lockutils but it was moved to the fixture module. Change-Id: Icffa613b92e059926b5394e9881ae0d8fe7fa910
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 ff8440418..dabf5a010 100644
--- a/openstack-common.conf
+++ b/openstack-common.conf
@@ -5,6 +5,7 @@ module=install_venv_common
module=lockutils
module=log
module=importlib
+module=fixture
# The base module to hold the copy of openstack.common
base=tempest