Replace rabbit_notifier with rpc_notifier

rabbit_notifier is deprecated.

Change-Id: I750b290fedd26d9edab495a51a155122fd32b11a
Closes-Bug: 1286981
This commit is contained in:
KATO Tomoyuki 2014-09-03 22:07:57 +09:00
parent 58f56750e3
commit eca02556ea
5 changed files with 5 additions and 5 deletions

View File

@ -144,7 +144,7 @@ notification_topics = notifications</programlisting>
# Logging driver # Logging driver
# notification_driver = neutron.openstack.common.notifier.log_notifier # notification_driver = neutron.openstack.common.notifier.log_notifier
# RPC driver # 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 is used to form actual topic names or to set logging level
default_notification_level = INFO default_notification_level = INFO

View File

@ -29,7 +29,7 @@
scenarios, tune retries for RabbitMQ, and define the size of the scenarios, tune retries for RabbitMQ, and define the size of the
RPC thread pool. To monitor notifications through RabbitMQ, you RPC thread pool. To monitor notifications through RabbitMQ, you
must set the <option>notification_driver</option> option to 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 <filename>nova.conf</filename> file. The default for sending
usage data is sixty seconds plus a random number of seconds from usage data is sixty seconds plus a random number of seconds from
zero to sixty.</para> zero to sixty.</para>

View File

@ -38,7 +38,7 @@ rpc_backend=neutron.openstack.common.rpc.impl_kombu
scenarios, tune retries for RabbitMQ, and define the size of the scenarios, tune retries for RabbitMQ, and define the size of the
RPC thread pool. To monitor notifications through RabbitMQ, you RPC thread pool. To monitor notifications through RabbitMQ, you
must set the <option>notification_driver</option> option to 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> <filename>neutron.conf</filename> file:</para>
<xi:include href="../../common/tables/neutron-rabbitmq.xml"/> <xi:include href="../../common/tables/neutron-rabbitmq.xml"/>
</section> </section>

View File

@ -34,7 +34,7 @@
scenarios, tune retries for RabbitMQ, and define the size of the scenarios, tune retries for RabbitMQ, and define the size of the
RPC thread pool. To monitor notifications through RabbitMQ, you RPC thread pool. To monitor notifications through RabbitMQ, you
must set the <option>notification_driver</option> option to 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> <filename>heat.conf</filename> file:</para>
<xi:include href="../../common/tables/heat-rabbitmq.xml"/> <xi:include href="../../common/tables/heat-rabbitmq.xml"/>
</section> </section>

View File

@ -144,7 +144,7 @@ notification_topics = notifications</programlisting>
# Logging driver # Logging driver
# notification_driver = neutron.openstack.common.notifier.log_notifier # notification_driver = neutron.openstack.common.notifier.log_notifier
# RPC driver # 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 is used to form actual topic names or to set logging level
default_notification_level = INFO default_notification_level = INFO