diff --git a/etc/neutron.conf b/etc/neutron.conf index 2745bd5e1e8..6e1c3cc4a64 100644 --- a/etc/neutron.conf +++ b/etc/neutron.conf @@ -544,8 +544,14 @@ # Size of RPC greenthread pool. (integer value) # rpc_thread_pool_size=64 -# Driver or drivers to handle sending notifications. (multi -# valued) +# Driver(s) to handle sending notifications to be loaded from +# the oslo.messaging.notify.drivers namespace. (multi valued) +# See setup.cfg in oslo.messaging Repo: +# https://github.com/openstack/oslo.messaging/blob/master/setup.cfg +# The default value is an empty string, +# which means notifications will be disabled. +# Possible values: messaging, messagingv2, routing, log, test, noop. +# Example: notification_driver = messaging # notification_driver= # AMQP topic used for OpenStack notifications. (list value)