Available Drivers

cinder.openstack.common.notifier.log_notifier

Publish notifications via Python logging infrastructure.

cinder.openstack.common.notifier.no_op_notifier

Warning

No documentation found in cinder.openstack.common.notifier.no_op_notifier = oslo_messaging.notify._impl_noop:NoOpDriver

cinder.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.

cinder.openstack.common.notifier.rpc_notifier2

Send notifications using the 2.0 message format.

cinder.openstack.common.notifier.test_notifier

Store notifications in memory for test verification.