notification agent missing CONF option
import metering_driver option to ensure it's properly set before being used. Change-Id: I653c637ba18c7f0e9f5c4d64e3a4864467af83b8
This commit is contained in:
parent
2f623f7e20
commit
4485e3709b
@ -54,6 +54,8 @@ OPTS = [
|
||||
]
|
||||
|
||||
cfg.CONF.register_opts(OPTS, group="notification")
|
||||
cfg.CONF.import_opt('metering_driver', 'ceilometer.publisher.messaging',
|
||||
group='publisher_notifier')
|
||||
|
||||
|
||||
class NotificationService(os_service.Service):
|
||||
|
Loading…
Reference in New Issue
Block a user