[openstack-dev] [Heat] Enabling and Reading notifications

Thomas Herve therve at redhat.com
Wed Nov 4 08:15:31 UTC 2015


On Tue, Nov 3, 2015 at 11:22 PM, Pratik Mallya <Pratik.Mallya at rackspace.com>
wrote:

> Hello,
>
> I was looking for guidance as to how to enable notifications in heat and
> if there is already a tool that can read those events? Looking through the
> code, it gives somewhat conflicting information as to the extent to which
> notifications are supported. e.g. [1] says its not supported, but there is
> an integration test [2] available.
>
>
Hi,

[1] is something totally different, it's the notification property of stack
objects, for AWS compatibility. It was never implemented.

To enable Heat notifications, you simply need to set notification_driver,
messagingv2 being a goind value. It will then be published in your message
bus (depending on how it's configured). Ceilometer will consume those, or
you can plug any tool to read them on the appropriate exchange.

-- 
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20151104/7dcef12e/attachment.html>


More information about the OpenStack-dev mailing list