The only information I found is that you can view those events through ceilometer or RabbitMQ. Would be nice if I can get those events directly through APIs.
Asked
Active
Viewed 222 times
2 Answers
1
Each of the openstack services have 'exchanges' and 'topics' in rabbitmq
you can use Rabbitmq to connect to these exchanges and topics to get notifications via messages.

Arvind
- 13
- 3
0
Unfortunately, currently there is no way to get notifications from individual OpenStack services.

Praveen Yalagandula
- 4,116
- 2
- 14
- 14
-
Thanks for the answer – intenseFrog May 26 '16 at 08:39