From 013992bf6668d81e7a5649a313f7475907a644b7 Mon Sep 17 00:00:00 2001 From: Hironori Shiina Date: Tue, 13 Mar 2018 11:41:54 +0900 Subject: [PATCH] Update config option for collecting sensor data This patch updates the notification driver option for collecting sensor data because [DEFAULT]/notification_driver is deprecated and 'messaging' driver should only be used in cases where there are existing consumers deployed which do not support the 2.0 message format. Change-Id: Ia6c55149e5cb12d1201742f7008047e35570b410 --- doc/source/install/configure-ipmi.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/install/configure-ipmi.rst b/doc/source/install/configure-ipmi.rst index d95ac851e3..7a412ef193 100644 --- a/doc/source/install/configure-ipmi.rst +++ b/doc/source/install/configure-ipmi.rst @@ -63,10 +63,10 @@ to enable it, you should make the following two changes in ``ironic.conf``: .. code-block:: ini - [DEFAULT] - notification_driver = messaging [conductor] send_sensor_data = true + [oslo_messaging_notifications] + driver = messagingv2 If you want to customize the sensor types which will be sent to Telemetry, change the ``send_sensor_data_types`` option. For example, the below