Re: [openstack-dev] [Ceilometer] Newbie question regarding Ceilometer notification plugin

2016-08-16 Thread gordon chung
On 15/08/16 02:23 PM, Wanjing Xu (waxu) wrote: We are trying to develop a program which can draw the VMs topology. For this we need to listen VM creation/deletion event and act upon it. I would think Ceilometer is the right place for this. So I download and read Ceilometer a little bit. If s

Re: [openstack-dev] [Ceilometer] Newbie question regarding Ceilometer notification plugin

2016-08-16 Thread Julien Danjou
On Mon, Aug 15 2016, Wanjing Xu (waxu) wrote: > We are trying to develop a program which can draw the VMs topology. For > this we need to listen VM creation/deletion event and act upon it. I > would think Ceilometer is the right place for this. So I download and > read Ceilometer a little bit.

[openstack-dev] [Ceilometer] Newbie question regarding Ceilometer notification plugin

2016-08-15 Thread Wanjing Xu (waxu)
We are trying to develop a program which can draw the VMs topology. For this we need to listen VM creation/deletion event and act upon it. I would think Ceilometer is the right place for this. So I download and read Ceilometer a little bit. If somebody can give me a pointer to where I can start