[Openstack] [Ceilometer] Problem with nova resize events

Julien Danjou julien at danjou.info
Wed Jul 24 15:39:01 UTC 2013


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(ComputeNotificationBase):
>     """Convert compute.instance.* notifications into Counters
>     """
>     @staticmethod
>     def get_event_types():
>         return ['compute.instance.create.start',
>                 'compute.instance.create.end',
>                 'compute.instance.exists',
>                 'compute.instance.update',
>                 'compute.instance.delete.start',
>                 'compute.instance.delete.end',
>                 'compute.instance.finish_resize.end',
>                 'compute.instance.resize.revert.end']
> Thanks,

Not really a bug, but we know we could do better.
I've just cooked a patch that should improve that:

   https://review.openstack.org/38485

-- 
Julien Danjou
# Free Software hacker # freelance consultant
# http://julien.danjou.info
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20130724/fcd4d186/attachment.sig>


More information about the Openstack mailing list