aodh/openstack-common.conf
Mehdi Abaakouk cc803b10f6 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
2013-08-16 10:09:55 +02:00

23 lines
354 B
Plaintext

[DEFAULT]
module=config
module=context
module=db
module=db/sqlalchemy
module=eventlet_backdoor
module=excutils
module=fixture
module=gettextutils
module=importutils
module=jsonutils
module=local
module=log
module=loopingcall
module=network_utils
module=notifier
module=policy
module=rpc
module=service
module=threadgroup
module=timeutils
base=ceilometer