From 6bcac62fc28229e433e7d0853386fe2f886daa5f Mon Sep 17 00:00:00 2001 From: Dongcan Ye Date: Mon, 16 Nov 2015 23:42:37 +0800 Subject: [PATCH] Add a better description for notification_driver Improve description for the notification_driver property in neutron.conf, so users will understand how to configure it correctly. Change-Id: Ib5d4c4b6eea5cabf58708d8201f9ff9c883b6c97 --- etc/neutron.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/etc/neutron.conf b/etc/neutron.conf index 655ed2e3a..0b681771b 100644 --- a/etc/neutron.conf +++ b/etc/neutron.conf @@ -540,8 +540,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) -- 2.45.2