Publish notifications via Python logging infrastructure.
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.
Send notifications using the 2.0 message format.
Warning
No documentation found in noop = oslo_messaging.notify._impl_noop:NoOpDriver
Warning
No documentation found in routing = oslo_messaging.notify._impl_routing:RoutingDriver
Store notifications in memory for test verification.
Publish notifications via Python logging infrastructure.
Warning
No documentation found in trove.openstack.common.notifier.no_op_notifier = oslo_messaging.notify._impl_noop:NoOpDriver
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.
Send notifications using the 2.0 message format.
Store notifications in memory for test verification.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.