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
This commit is contained in:
parent
211bfc3f72
commit
b30b06e008
@ -111,15 +111,11 @@
|
|||||||
# RPC driver example (not enabled by default)
|
# RPC driver example (not enabled by default)
|
||||||
# notification_driver = keystone.openstack.common.notifier.rpc_notifier
|
# 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 for outgoing notifications; included in the payload.
|
||||||
# default_publisher_id =
|
# default_publisher_id =
|
||||||
|
|
||||||
# AMQP topics to publish to when using the RPC notification driver.
|
# AMQP topics to publish to when using the RPC notification driver.
|
||||||
# Multiple values can be specified by separating with commas.
|
# Multiple values can be specified by separating with commas.
|
||||||
# The actual topic names will be %s.%(default_notification_level)s
|
|
||||||
# notification_topics = notifications
|
# notification_topics = notifications
|
||||||
|
|
||||||
# === RPC Options ===
|
# === RPC Options ===
|
||||||
|
Loading…
Reference in New Issue
Block a user