Merge "[MON] Implements multithreading for message consumption"
[osm/MON.git] / osm_mon / plugins / OpenStack / Aodh / notifier.py
index 377404a..92674cb 100644 (file)
@@ -107,7 +107,7 @@ class NotifierHandler(BaseHTTPRequestHandler):
             sev=values['severity'],
             date=a_date,
             state=values['current'])
-        producer.notify_alarm(
+        producer.publish_alarm_response(
             'notify_alarm', resp_message)
         log.info("Sent alarm notification: %s", resp_message)