[Openstack] Getting eventing information

Sandy Walsh sandy.walsh at RACKSPACE.COM
Tue May 20 13:08:40 UTC 2014


On 5/20/2014 7:32 AM, Narayanan, Krishnaprasad wrote:
Hallo all,

In our project, I need information about the VM related operations such as creation, deletion, resizing, migration, reboot, etc. In one of my earlier emails dated on 16th April 2014, I received replies from the forum about the availability of YAGI and StackTach to provide information about VM operations.

I found a Java SDK library Woorea (https://github.com/woorea/openstack-java-sdk) that can be used as a front end to perform VM and server related operations in OpenStack. Can I kindly know whether the same library provides support to get eventing  information from Nova and other components?


Nova/OpenStack events are published on the queue (RabbitMQ/ZMQ/etc). Any library that can consume from one of those systems can read the events. There isn't a public API for events currently. Woorea looks like it only supports public API's.

If you're using Rabbit, perhaps this will help? http://www.rabbitmq.com/api-guide.html

Regards,
Krishnaprasad

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140520/c3a20924/attachment.html>


More information about the Openstack mailing list