|
6 | 6 | # [[local|localrc]]
|
7 | 7 | # enable_plugin ceilometer git://git.openstack.org/openstack/ceilometer
|
8 | 8 | #
|
9 |
| -# By default all ceilometer services are started (see |
10 |
| -# devstack/settings). To disable a specific service use the |
11 |
| -# disable_service function. |
| 9 | +# By default all ceilometer services are started (see devstack/settings) |
| 10 | +# except for the ceilometer-aipmi service. To disable a specific service |
| 11 | +# use the disable_service function. |
12 | 12 | #
|
13 | 13 | # NOTE: Currently, there are two ways to get the IPMI based meters in
|
14 | 14 | # OpenStack. One way is to configure Ironic conductor to report those meters
|
|
17 | 17 | # functionality. So in order to do so, users need to set the option of
|
18 | 18 | # conductor.send_sensor_data to true in the ironic.conf configuration file
|
19 | 19 | # for the Ironic conductor service, and also enable the
|
20 |
| -# ceilometer-anotification service. If you do this disable the IPMI |
21 |
| -# polling agent: |
22 |
| -# |
23 |
| -# disable_service ceilometer-aipmi |
| 20 | +# ceilometer-anotification service. |
24 | 21 | #
|
25 | 22 | # The other way is to use Ceilometer ipmi agent only to get the IPMI based
|
26 |
| -# meters. To avoid duplicated meters, users need to make sure to set the |
| 23 | +# meters. To make use of the Ceilometer ipmi agent, it must be explicitly |
| 24 | +# enabled with the following setting: |
| 25 | +# |
| 26 | +# enable_service ceilometer-aipmi |
| 27 | +# |
| 28 | +# To avoid duplicated meters, users need to make sure to set the |
27 | 29 | # option of conductor.send_sensor_data to false in the ironic.conf
|
28 | 30 | # configuration file if the node on which Ceilometer ipmi agent is running
|
29 | 31 | # is also managed by Ironic.
|
|
0 commit comments