<HTML>
<HEAD>
<TITLE>Question on notifications</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi all,<BR>
<BR>
I was looking at the notification outputs, which are very useful and I was wondering if the way to say figure out which hypervisor a VM is being built on. <BR>
<BR>
There seems to be the following key: "publisher_id": "compute.buildingbuild" (event is "compute.instance.create.end")<BR>
<BR>
It would seem the stuff after “compute” is the hostname, would that be correct, or should the scheduler messages be intercepted, which as example has the following:<BR>
<BR>
"weighted_host": {<BR>
    "host": "buildingbuild",<BR>
    "weight": -1488.0<BR>
}<BR>
<BR>
I would think the first practice would be right, since its from the compute node instead of the scheduler, but would like some feedback :-)<BR>
<BR>
Thx!</SPAN></FONT>
</BODY>
</HTML>