Merge "Fixed OpenStack admin guide for notifications"

This commit is contained in:
Jenkins
2014-11-21 19:00:40 +00:00
committed by Gerrit Code Review
2 changed files with 10 additions and 46 deletions

View File

@@ -56,30 +56,12 @@
<para>To support DHCP agent, rpc_notifier driver must be <para>To support DHCP agent, rpc_notifier driver must be
set. To set up the notification, edit notification set. To set up the notification, edit notification
options in <filename>neutron.conf</filename>:</para> options in <filename>neutron.conf</filename>:</para>
<programlisting language="ini"># ============ Notification System Options ===================== <programlisting language="ini"># Driver or drivers to handle sending notifications. (multi
# valued)
#notification_driver=
# Notifications can be sent when network/subnet/port are create, updated or deleted. # AMQP topic used for OpenStack notifications. (list value)
# There are three methods of sending notifications: logging (via the # Deprecated group/name - [rpc_notifier2]/topics
# log_file directive), rpc (via a message queue) and
# noop (no notifications sent, the default)
# Notification_driver can be defined multiple times
# Do nothing driver
# notification_driver = neutron.openstack.common.notifier.no_op_notifier
# Logging driver
# notification_driver = neutron.openstack.common.notifier.log_notifier
# RPC driver
notification_driver = neutron.openstack.common.notifier.rpc_notifier
# default_notification_level is used to form actual topic names or to set logging level
# default_notification_level = INFO
# default_publisher_id is a part of the notification payload
# host = myhost.com
# default_publisher_id = $host
# Defined in rpc_notifier for rpc way, can be comma-separated values.
# The actual topic names will be %s.%(default_notification_level)s
notification_topics = notifications</programlisting> notification_topics = notifications</programlisting>
</section> </section>
<section xml:id="section_adv_notification_cases"> <section xml:id="section_adv_notification_cases">

View File

@@ -56,30 +56,12 @@
<para>To support DHCP agent, rpc_notifier driver must be <para>To support DHCP agent, rpc_notifier driver must be
set. To set up the notification, edit notification set. To set up the notification, edit notification
options in <filename>neutron.conf</filename>:</para> options in <filename>neutron.conf</filename>:</para>
<programlisting language="ini"># ============ Notification System Options ===================== <programlisting language="ini"># Driver or drivers to handle sending notifications. (multi
# valued)
#notification_driver=
# Notifications can be sent when network/subnet/port are create, updated or deleted. # AMQP topic used for OpenStack notifications. (list value)
# There are three methods of sending notifications: logging (via the # Deprecated group/name - [rpc_notifier2]/topics
# log_file directive), rpc (via a message queue) and
# noop (no notifications sent, the default)
# Notification_driver can be defined multiple times
# Do nothing driver
# notification_driver = neutron.openstack.common.notifier.no_op_notifier
# Logging driver
# notification_driver = neutron.openstack.common.notifier.log_notifier
# RPC driver
notification_driver = neutron.openstack.common.notifier.rpc_notifier
# default_notification_level is used to form actual topic names or to set logging level
# default_notification_level = INFO
# default_publisher_id is a part of the notification payload
# host = myhost.com
# default_publisher_id = $host
# Defined in rpc_notifier for rpc way, can be comma-separated values.
# The actual topic names will be %s.%(default_notification_level)s
notification_topics = notifications</programlisting> notification_topics = notifications</programlisting>
</section> </section>
<section xml:id="section_adv_notification_cases"> <section xml:id="section_adv_notification_cases">