From b30b06e008586120836105cb9b741fe5f46282a7 Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Fri, 31 Jan 2014 11:41:23 +1000 Subject: [PATCH] Remove default_notification_level from conf This config option is used when you use the notify_wrapper wrapper function from openstack.common. As we don't use the wrapper we don't ever require the config option so we shouldn't show it to users. blueprint oslo-messaging Change-Id: I95280af37a84c71131fb2fc92c9302b8926c95bd --- etc/keystone.conf.sample | 4 ---- 1 file changed, 4 deletions(-) diff --git a/etc/keystone.conf.sample b/etc/keystone.conf.sample index 36e25e763c..3cce6fcd71 100644 --- a/etc/keystone.conf.sample +++ b/etc/keystone.conf.sample @@ -111,15 +111,11 @@ # RPC driver example (not enabled by default) # notification_driver = keystone.openstack.common.notifier.rpc_notifier -# Default notification level for outgoing notifications -# default_notification_level = INFO - # Default publisher_id for outgoing notifications; included in the payload. # default_publisher_id = # AMQP topics to publish to when using the RPC notification driver. # Multiple values can be specified by separating with commas. -# The actual topic names will be %s.%(default_notification_level)s # notification_topics = notifications # === RPC Options ===