openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #10588
Question on notifications
-
To:
openstack <openstack@xxxxxxxxxxxxxxxxxxx>
-
From:
Joshua Harlow <harlowja@xxxxxxxxxxxxx>
-
Date:
Wed, 25 Apr 2012 14:44:05 -0700
-
Accept-language:
en-US
-
Acceptlanguage:
en-US
-
Thread-index:
Ac0jLIkk/iUojPGsdUyZDlKJZUPC2Q==
-
Thread-topic:
Question on notifications
Hi all,
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.
There seems to be the following key: "publisher_id": "compute.buildingbuild" (event is "compute.instance.create.end")
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:
"weighted_host": {
"host": "buildingbuild",
"weight": -1488.0
}
I would think the first practice would be right, since its from the compute node instead of the scheduler, but would like some feedback :-)
Thx!
Follow ups