From eca02556ea602cc935894e40204ecf3ff726325c Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Wed, 3 Sep 2014 22:07:57 +0900 Subject: [PATCH] Replace rabbit_notifier with rpc_notifier rabbit_notifier is deprecated. Change-Id: I750b290fedd26d9edab495a51a155122fd32b11a Closes-Bug: 1286981 --- .../networking/section_networking_adv_operational_features.xml | 2 +- doc/config-reference/compute/section_rpc.xml | 2 +- doc/config-reference/networking/section_rpc-for-networking.xml | 2 +- .../orchestration/section_orchestration-rpc.xml | 2 +- .../section_networking_adv_operational_features.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/admin-guide-cloud/networking/section_networking_adv_operational_features.xml b/doc/admin-guide-cloud/networking/section_networking_adv_operational_features.xml index 1cc6b6c4c9..4784473edf 100644 --- a/doc/admin-guide-cloud/networking/section_networking_adv_operational_features.xml +++ b/doc/admin-guide-cloud/networking/section_networking_adv_operational_features.xml @@ -144,7 +144,7 @@ notification_topics = notifications # 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 diff --git a/doc/config-reference/compute/section_rpc.xml b/doc/config-reference/compute/section_rpc.xml index aa5e05c45e..a44e3b0700 100644 --- a/doc/config-reference/compute/section_rpc.xml +++ b/doc/config-reference/compute/section_rpc.xml @@ -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 to - nova.notifier.rabbit_notifier in the + nova.openstack.common.notifier.rpc_notifier in the nova.conf file. The default for sending usage data is sixty seconds plus a random number of seconds from zero to sixty. diff --git a/doc/config-reference/networking/section_rpc-for-networking.xml b/doc/config-reference/networking/section_rpc-for-networking.xml index c79adf312d..944836a96c 100644 --- a/doc/config-reference/networking/section_rpc-for-networking.xml +++ b/doc/config-reference/networking/section_rpc-for-networking.xml @@ -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 to - neutron.notifier.rabbit_notifier in the + neutron.openstack.common.notifier.rpc_notifier in the neutron.conf file: diff --git a/doc/config-reference/orchestration/section_orchestration-rpc.xml b/doc/config-reference/orchestration/section_orchestration-rpc.xml index 0c0b7983ab..cf4c7051e4 100644 --- a/doc/config-reference/orchestration/section_orchestration-rpc.xml +++ b/doc/config-reference/orchestration/section_orchestration-rpc.xml @@ -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 to - heat.notifier.rabbit_notifier in the + heat.openstack.common.notifier.rpc_notifier in the heat.conf file: diff --git a/doc/networking-guide/section_networking_adv_operational_features.xml b/doc/networking-guide/section_networking_adv_operational_features.xml index ac6deced7c..36bf2cec2c 100644 --- a/doc/networking-guide/section_networking_adv_operational_features.xml +++ b/doc/networking-guide/section_networking_adv_operational_features.xml @@ -144,7 +144,7 @@ notification_topics = notifications # 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