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

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to