summaryrefslogtreecommitdiff
path: root/openstack-common.conf
diff options
context:
space:
mode:
authorMehdi Abaakouk <mehdi.abaakouk@enovance.com>2013-08-12 14:31:55 +0200
committerJulien Danjou <julien@danjou.info>2013-08-16 10:09:55 +0200
commitcc803b10f65fa71336be3c4184726a97d2713d8c (patch)
treed0d597d9364d94711585fb3c84ba67984a64b3d2 /openstack-common.conf
parentb26112ba9ea78eb49c85016683b944c012e7a4d9 (diff)
downloadceilometer-cc803b10f65fa71336be3c4184726a97d2713d8c.tar.gz
Use new olso fixture in CM tests
Before this change mox and cfg.CONF wasn't cleaned up correctly if skipTest is called, because when skipTest is used teardown is not called. Now we use the oslo fixtures to setup oslo.config and mox to ensure the cleanup is done between each tests. Fixes bug #1211239 Change-Id: I5075c99106742859f0705b765f8ed4aa9be494d7
Diffstat (limited to 'openstack-common.conf')
-rw-r--r--openstack-common.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/openstack-common.conf b/openstack-common.conf
index e15ba6dc..c8d2c8f2 100644
--- a/openstack-common.conf
+++ b/openstack-common.conf
@@ -1,9 +1,11 @@
[DEFAULT]
+module=config
module=context
module=db
module=db/sqlalchemy
module=eventlet_backdoor
module=excutils
+module=fixture
module=gettextutils
module=importutils
module=jsonutils
@@ -17,5 +19,4 @@ module=rpc
module=service
module=threadgroup
module=timeutils
-module=config
base=ceilometer