Prefix all Moniker notifications with "dns."

Change-Id: I17d6204e9c870fa338832b77a40ca4dbda0834e0
This commit is contained in:
Kiall Mac Innes 2013-04-08 12:14:17 +01:00
parent b06a19543f
commit 8a3d9fc42d

View File

@ -36,7 +36,7 @@ cfg.CONF.register_opts([
def notify(context, service, event_type, payload):
priority = 'INFO'
publisher_id = notifier_api.publisher_id(service)
event_type = "dns.%s" % event_type
notifier_api.notify(context, publisher_id, event_type, priority, payload)