Replace rabbit_notifier with rpc_notifier
rabbit_notifier is deprecated. Change-Id: I750b290fedd26d9edab495a51a155122fd32b11a Closes-Bug: 1286981
This commit is contained in:
parent
58f56750e3
commit
eca02556ea
@ -144,7 +144,7 @@ notification_topics = notifications</programlisting>
|
||||
# Logging driver
|
||||
# notification_driver = neutron.openstack.common.notifier.log_notifier
|
||||
# RPC driver
|
||||
notification_driver = neutron.openstack.common.notifier.rabbit_notifier
|
||||
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
|
||||
|
@ -29,7 +29,7 @@
|
||||
scenarios, tune retries for RabbitMQ, and define the size of the
|
||||
RPC thread pool. To monitor notifications through RabbitMQ, you
|
||||
must set the <option>notification_driver</option> option to
|
||||
<literal>nova.notifier.rabbit_notifier</literal> in the
|
||||
<literal>nova.openstack.common.notifier.rpc_notifier</literal> in the
|
||||
<filename>nova.conf</filename> file. The default for sending
|
||||
usage data is sixty seconds plus a random number of seconds from
|
||||
zero to sixty.</para>
|
||||
|
@ -38,7 +38,7 @@ rpc_backend=neutron.openstack.common.rpc.impl_kombu
|
||||
scenarios, tune retries for RabbitMQ, and define the size of the
|
||||
RPC thread pool. To monitor notifications through RabbitMQ, you
|
||||
must set the <option>notification_driver</option> option to
|
||||
<literal>neutron.notifier.rabbit_notifier</literal> in the
|
||||
<literal>neutron.openstack.common.notifier.rpc_notifier</literal> in the
|
||||
<filename>neutron.conf</filename> file:</para>
|
||||
<xi:include href="../../common/tables/neutron-rabbitmq.xml"/>
|
||||
</section>
|
||||
|
@ -34,7 +34,7 @@
|
||||
scenarios, tune retries for RabbitMQ, and define the size of the
|
||||
RPC thread pool. To monitor notifications through RabbitMQ, you
|
||||
must set the <option>notification_driver</option> option to
|
||||
<literal>heat.notifier.rabbit_notifier</literal> in the
|
||||
<literal>heat.openstack.common.notifier.rpc_notifier</literal> in the
|
||||
<filename>heat.conf</filename> file:</para>
|
||||
<xi:include href="../../common/tables/heat-rabbitmq.xml"/>
|
||||
</section>
|
||||
|
@ -144,7 +144,7 @@ notification_topics = notifications</programlisting>
|
||||
# Logging driver
|
||||
# notification_driver = neutron.openstack.common.notifier.log_notifier
|
||||
# RPC driver
|
||||
notification_driver = neutron.openstack.common.notifier.rabbit_notifier
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user