Merge "notification agent missing CONF option"

This commit is contained in:
Jenkins 2015-01-13 18:17:16 +00:00 committed by Gerrit Code Review
commit da17f8b224

View File

@ -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):