![Pavlo Shchelokovskyy](/assets/img/avatar_default.png)
This patch updates the old links existing in install guide. Change-Id: I3a9b4d896ecd7dff2cdc118d3612d5fbd4d32fc9 Co-Authored-By: Chason Chan <chen.xing@99cloud.net>
17 lines
804 B
ReStructuredText
17 lines
804 B
ReStructuredText
Notifications
|
|
-------------
|
|
|
|
The Bare Metal service supports the emission of notifications, which are
|
|
messages sent on a message broker (like RabbitMQ or anything else supported by
|
|
the `oslo messaging library
|
|
<https://docs.openstack.org/oslo.messaging/latest/reference/notifier.html>`_) that
|
|
indicate various events which occur, such as when a node changes power states.
|
|
These can be consumed by an external service reading from the message bus. For
|
|
example, `Searchlight <https://wiki.openstack.org/wiki/Searchlight>`_ is an
|
|
OpenStack service that uses notifications to index (and make searchable)
|
|
resources from the Bare Metal service.
|
|
|
|
Notifications are disabled by default. For a complete list of available
|
|
notifications and instructions for how to enable them, see the
|
|
:doc:`/admin/notifications`.
|