Re: [Openstack] [Ceilometer] Problem with nova resize events

2013-07-24 Thread Alessandro Barabesi
Jay Lau Cc: Alessandro Barabesi; openstack@lists.launchpad.net Subject: Re: [Openstack] [Ceilometer] Problem with nova resize events On Wed, Jul 24 2013, Jay Lau wrote: > Hi Alex, > > Not sure if it is a bug, but you are right, ceiloemeter did not send > the notification that you required.

Re: [Openstack] [Ceilometer] Problem with nova resize events

2013-07-24 Thread Julien Danjou
On Wed, Jul 24 2013, Jay Lau wrote: > Hi Alex, > > Not sure if it is a bug, but you are right, ceiloemeter did not send the > notification that you required. Perhaps you can log a bug or else you can > patch your cluster directly to enable this. > > class ComputeInstanceNotificationBase(ComputeNot

Re: [Openstack] [Ceilometer] Problem with nova resize events

2013-07-24 Thread Jay Lau
Hi Alex, Not sure if it is a bug, but you are right, ceiloemeter did not send the notification that you required. Perhaps you can log a bug or else you can patch your cluster directly to enable this. class ComputeInstanceNotificationBase(ComputeNotificationBase): """Convert compute.instance.*

[Openstack] [Ceilometer] Problem with nova resize events

2013-07-24 Thread Alessandro Barabesi
Hi everybody, I have the following problem when resizing an instance. I expected ceilometer to generate samples for the following resize related events: compute.instance.resize.prep.start/.end compute.instance.resize.confirm.start/.end and, maybe, also for: compute.instance.resize.start/.end c