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
signature.asc
Description: PGP signature
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp