Revision 7ca9e930 ganeti/ganeti-eventd.py

b/ganeti/ganeti-eventd.py
110 110
                msg["message"] = logmsg
111 111
            
112 112
            instance = instances.split('-')[0]  
113
            routekey = "ganeti.%s.event.%s" % (instance,op.status)
113
            routekey = "ganeti.%s.event.op" % instance
114 114
            
115 115
            self.logger.debug("Delivering msg: %s (key=%s)",
116 116
                json.dumps(msg), routekey)

Also available in: Unified diff