Available Notifier Drivers

Available Notifier Drivers

log

Publish notifications via Python logging infrastructure.

messaging

Send notifications using the 1.0 message format.

This driver sends notifications over the configured messaging transport, but without any message envelope (also known as message format 1.0).

This driver should only be used in cases where there are existing consumers deployed which do not support the 2.0 message format.

messagingv2

Send notifications using the 2.0 message format.

noop

Base driver for Notifications

routing

Base driver for Notifications

test

Store notifications in memory for test verification.

trove.openstack.common.notifier.log_notifier

Publish notifications via Python logging infrastructure.

trove.openstack.common.notifier.no_op_notifier

Base driver for Notifications

trove.openstack.common.notifier.rpc_notifier

Send notifications using the 1.0 message format.

This driver sends notifications over the configured messaging transport, but without any message envelope (also known as message format 1.0).

This driver should only be used in cases where there are existing consumers deployed which do not support the 2.0 message format.

trove.openstack.common.notifier.rpc_notifier2

Send notifications using the 2.0 message format.

trove.openstack.common.notifier.test_notifier

Store notifications in memory for test verification.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.