Merge "Add missing explicit cfg option import"
This commit is contained in:
commit
a30beaacfa
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user