tempest/openstack-common.conf
Matthew Treinish 9b4d588833 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
2013-10-24 20:05:35 +00:00

12 lines
219 B
Plaintext

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