From 97f14be1ab5a06c2eaa3b6dfff6af729ea645d17 Mon Sep 17 00:00:00 2001 From: "Haomeng, Wang" <whaom@cn.ibm.com> Date: Mon, 15 Sep 2014 23:33:52 -0400 Subject: [PATCH] Sync the doc with latest code Our agent_ipmitool, agent_ilo, iscsi_ilo, pxe_ilo and agent_pyghmi drivers also support sending notifications to Ceilometer. However, in our install-guide.rst, we just mentioned pxe_ipmitool and pxe_ipminative drivers, so the documentation needs to be synced with current code. Change-Id: Ic6dec44ba11177d0a350c5b4e3cf1eae3658c1b7 Closes-Bug: #1369838 --- doc/source/deploy/install-guide.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst index b663b38755..a9040e5460 100644 --- a/doc/source/deploy/install-guide.rst +++ b/doc/source/deploy/install-guide.rst @@ -465,10 +465,11 @@ Note that certain distros, notably Mac OS X and SLES, install ``openipmi`` instead of ``ipmitool`` by default. THIS DRIVER IS NOT COMPATIBLE WITH ``openipmi`` AS IT RELIES ON ERROR HANDLING OPTIONS NOT PROVIDED BY THIS TOOL. -Ironic supports sending IPMI sensor data to Ceilometer with pxe_ipmitool and -pxe_ipminative drivers. By default, support for sending IPMI sensor data to -Ceilometer is disabled. If you want to enable it set the following options in -the ``conductor`` section of ``ironic.conf``: +Ironic supports sending IPMI sensor data to Ceilometer with pxe_ipmitool, +pxe_ipminative, agent_ipmitool, agent_pyghmi, agent_ilo, iscsi_ilo and pxe_ilo +drivers. By default, support for sending IPMI sensor data to Ceilometer is +disabled. If you want to enable it set the following options in the +``conductor`` section of ``ironic.conf``: * notification_driver=messaging * send_sensor_data=true