Merge "Add missing explicit cfg option import"

This commit is contained in:
Jenkins 2014-06-09 17:16:11 +00:00 committed by Gerrit Code Review
commit a30beaacfa

View File

@ -19,6 +19,7 @@
import mock
from oslo.config import cfg
import oslo.messaging
from stevedore import extension
@ -80,6 +81,10 @@ TEST_NOTICE_PAYLOAD = {
}
cfg.CONF.import_opt('store_events', 'ceilometer.notification',
group='notification')
class TestEventEndpoint(tests_base.BaseTestCase):
def setUp(self):