diff options
author | Edwin Zhai <edwin.zhai@intel.com> | 2014-09-06 00:01:45 +0800 |
---|---|---|
committer | Edwin Zhai <edwin.zhai@intel.com> | 2014-09-13 15:38:25 +0800 |
commit | 1081ac1b6e32fe62c23d8b899527a7cede04b526 (patch) | |
tree | e1aa28a3f16d928b865ffe1a24af7a81d3cdc173 /openstack-common.conf | |
parent | a31b1375396b203f35cc02670f87602140e5c6fa (diff) | |
download | ceilometer-1081ac1b6e32fe62c23d8b899527a7cede04b526.tar.gz |
Add IPMI support
Adds IPMI engine to get sensor data or system power/thermal information on
IPMI capable node, improves overall efficiency and maximizes overall usage for
data center.
Implements bp ipmi-support
Change-Id: I77c881fdaf39c69cfa990468110dbbfa1f8df8dd
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'openstack-common.conf')
-rw-r--r-- | openstack-common.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack-common.conf b/openstack-common.conf index 0cc63dd1..b6e337b2 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -10,6 +10,7 @@ module=log module=log_handler module=loopingcall module=policy +module=processutils module=service module=threadgroup |