Prefix all Moniker notifications with "dns."
Change-Id: I17d6204e9c870fa338832b77a40ca4dbda0834e0
This commit is contained in:
parent
b06a19543f
commit
8a3d9fc42d
@ -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)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user