summaryrefslogtreecommitdiff
path: root/ceilometer/ipmi
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2015-01-13 13:54:48 +0100
committerJulien Danjou <julien@danjou.info>2015-01-23 17:43:04 +0100
commita5f8d66d6e00e657c5fcf9d9ba9f0c0fa94004c5 (patch)
tree195a06285c691b78fe48e958e4ce11339c4eed59 /ceilometer/ipmi
parent5eed6ec5a31b9c7e8b30eca363964dc78e951411 (diff)
downloadceilometer-a5f8d66d6e00e657c5fcf9d9ba9f0c0fa94004c5.tar.gz
Upgrade to hacking 0.10
Change-Id: Ia567c3aeb7f8516d0834dc8e4c3852e43a687043
Diffstat (limited to 'ceilometer/ipmi')
-rw-r--r--ceilometer/ipmi/notifications/ironic.py2
-rw-r--r--ceilometer/ipmi/platform/exception.py2
-rw-r--r--ceilometer/ipmi/platform/intel_node_manager.py3
-rw-r--r--ceilometer/ipmi/platform/ipmi_sensor.py2
-rw-r--r--ceilometer/ipmi/platform/ipmitool.py3
-rw-r--r--ceilometer/ipmi/pollsters/node.py2
-rw-r--r--ceilometer/ipmi/pollsters/sensor.py2
7 files changed, 0 insertions, 16 deletions
diff --git a/ceilometer/ipmi/notifications/ironic.py b/ceilometer/ipmi/notifications/ironic.py
index 0e359000..72587dc3 100644
--- a/ceilometer/ipmi/notifications/ironic.py
+++ b/ceilometer/ipmi/notifications/ironic.py
@@ -1,8 +1,6 @@
#
# Copyright 2014 Red Hat
#
-# Author: Chris Dent <chdent@redhat.com>
-#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/ceilometer/ipmi/platform/exception.py b/ceilometer/ipmi/platform/exception.py
index 0a7d4855..bc8c13dc 100644
--- a/ceilometer/ipmi/platform/exception.py
+++ b/ceilometer/ipmi/platform/exception.py
@@ -1,8 +1,6 @@
# Copyright 2014 Intel Corporation.
# All Rights Reserved.
#
-# Author: Zhai Edwin <edwin.zhai@intel.com>
-#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/ceilometer/ipmi/platform/intel_node_manager.py b/ceilometer/ipmi/platform/intel_node_manager.py
index cbf7c5c8..61a1be01 100644
--- a/ceilometer/ipmi/platform/intel_node_manager.py
+++ b/ceilometer/ipmi/platform/intel_node_manager.py
@@ -1,9 +1,6 @@
# Copyright 2014 Intel Corporation.
# All Rights Reserved.
#
-# Author: Zhai Edwin <edwin.zhai@intel.com>
-# Author: Gao Fengqian <fengqian.gao@intel.com>
-#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/ceilometer/ipmi/platform/ipmi_sensor.py b/ceilometer/ipmi/platform/ipmi_sensor.py
index ce7ed31a..e6d32f19 100644
--- a/ceilometer/ipmi/platform/ipmi_sensor.py
+++ b/ceilometer/ipmi/platform/ipmi_sensor.py
@@ -1,7 +1,5 @@
# Copyright 2014 Intel Corporation.
#
-# Author: Zhai Edwin <edwin.zhai@intel.com>
-#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/ceilometer/ipmi/platform/ipmitool.py b/ceilometer/ipmi/platform/ipmitool.py
index 928b91fd..3aefddd9 100644
--- a/ceilometer/ipmi/platform/ipmitool.py
+++ b/ceilometer/ipmi/platform/ipmitool.py
@@ -1,8 +1,5 @@
# Copyright 2014 Intel Corp.
#
-# Author: Zhai Edwin <edwin.zhai@intel.com>
-# Author: whaom <whaom@cn.ibm.com>
-#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/ceilometer/ipmi/pollsters/node.py b/ceilometer/ipmi/pollsters/node.py
index 46aabcf3..ca1c1fb1 100644
--- a/ceilometer/ipmi/pollsters/node.py
+++ b/ceilometer/ipmi/pollsters/node.py
@@ -1,7 +1,5 @@
# Copyright 2014 Intel
#
-# Author: Zhai Edwin <edwin.zhai@intel.com>
-#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/ceilometer/ipmi/pollsters/sensor.py b/ceilometer/ipmi/pollsters/sensor.py
index fd4d99c3..9421b3f2 100644
--- a/ceilometer/ipmi/pollsters/sensor.py
+++ b/ceilometer/ipmi/pollsters/sensor.py
@@ -1,7 +1,5 @@
# Copyright 2014 Intel
#
-# Author: Zhai Edwin <edwin.zhai@intel.com>
-#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at