diff --git a/ceilometer/agent/discovery/endpoint.py b/ceilometer/agent/discovery/endpoint.py index c7c84b36..51bbae85 100644 --- a/ceilometer/agent/discovery/endpoint.py +++ b/ceilometer/agent/discovery/endpoint.py @@ -1,7 +1,5 @@ # Copyright 2014 Red Hat, Inc # -# Author: Nejc Saje -# # 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/agent/discovery/tenant.py b/ceilometer/agent/discovery/tenant.py index 8c043038..4395c1a6 100644 --- a/ceilometer/agent/discovery/tenant.py +++ b/ceilometer/agent/discovery/tenant.py @@ -1,7 +1,5 @@ # Copyright 2014 Red Hat, Inc # -# Author: Nejc Saje -# # 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 @@ -34,4 +32,4 @@ class TenantDiscovery(plugin.DiscoveryBase): def discover(self, manager, param=None): tenants = manager.keystone.tenants.list() - return tenants or [] \ No newline at end of file + return tenants or [] diff --git a/ceilometer/agent/manager.py b/ceilometer/agent/manager.py index 95ad9a3e..e26b86c9 100644 --- a/ceilometer/agent/manager.py +++ b/ceilometer/agent/manager.py @@ -1,8 +1,6 @@ # # Copyright 2012-2013 eNovance # -# Author: Julien Danjou -# # 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/agent/plugin_base.py b/ceilometer/agent/plugin_base.py index b3b82264..1ec89a68 100644 --- a/ceilometer/agent/plugin_base.py +++ b/ceilometer/agent/plugin_base.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/alarm/evaluator/threshold.py b/ceilometer/alarm/evaluator/threshold.py index fc5ca9bd..5b22719e 100644 --- a/ceilometer/alarm/evaluator/threshold.py +++ b/ceilometer/alarm/evaluator/threshold.py @@ -1,9 +1,6 @@ # # Copyright 2013 Red Hat, Inc # -# Author: Eoghan Glynn -# Author: Mehdi Abaakouk -# # 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/alarm/evaluator/utils.py b/ceilometer/alarm/evaluator/utils.py index 1863078c..07c16bdb 100644 --- a/ceilometer/alarm/evaluator/utils.py +++ b/ceilometer/alarm/evaluator/utils.py @@ -1,8 +1,6 @@ # # Copyright 2014 Red Hat, Inc # -# Author: Eoghan Glynn -# # 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/alarm/notifier/__init__.py b/ceilometer/alarm/notifier/__init__.py index 80a0f085..9876abc3 100644 --- a/ceilometer/alarm/notifier/__init__.py +++ b/ceilometer/alarm/notifier/__init__.py @@ -1,8 +1,6 @@ # # Copyright 2013 eNovance # -# Author: Julien Danjou -# # 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/alarm/notifier/log.py b/ceilometer/alarm/notifier/log.py index 9777f111..33f4a7e9 100644 --- a/ceilometer/alarm/notifier/log.py +++ b/ceilometer/alarm/notifier/log.py @@ -1,8 +1,6 @@ # # Copyright 2013 eNovance # -# Author: Julien Danjou -# # 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/alarm/notifier/rest.py b/ceilometer/alarm/notifier/rest.py index 496f4f37..396f47c0 100644 --- a/ceilometer/alarm/notifier/rest.py +++ b/ceilometer/alarm/notifier/rest.py @@ -1,8 +1,6 @@ # # Copyright 2013-2014 eNovance # -# Author: Mehdi Abaakouk -# # 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/alarm/notifier/test.py b/ceilometer/alarm/notifier/test.py index 4a64b9d5..e2abd174 100644 --- a/ceilometer/alarm/notifier/test.py +++ b/ceilometer/alarm/notifier/test.py @@ -1,8 +1,6 @@ # # Copyright 2013 eNovance # -# Author: Julien Danjou -# # 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/alarm/storage/base.py b/ceilometer/alarm/storage/base.py index 17945bf0..126f203d 100644 --- a/ceilometer/alarm/storage/base.py +++ b/ceilometer/alarm/storage/base.py @@ -1,9 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# Author: Mehdi Abaakouk -# # 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/alarm/storage/impl_db2.py b/ceilometer/alarm/storage/impl_db2.py index 92db547f..e95f71ea 100644 --- a/ceilometer/alarm/storage/impl_db2.py +++ b/ceilometer/alarm/storage/impl_db2.py @@ -2,10 +2,6 @@ # Copyright 2013 eNovance # Copyright 2013 IBM Corp # -# Author: Doug Hellmann -# Julien Danjou -# Tong Li -# # 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/alarm/storage/impl_log.py b/ceilometer/alarm/storage/impl_log.py index 0b8675b2..ba559a06 100644 --- a/ceilometer/alarm/storage/impl_log.py +++ b/ceilometer/alarm/storage/impl_log.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/alarm/storage/impl_sqlalchemy.py b/ceilometer/alarm/storage/impl_sqlalchemy.py index b71bf11d..903725d7 100644 --- a/ceilometer/alarm/storage/impl_sqlalchemy.py +++ b/ceilometer/alarm/storage/impl_sqlalchemy.py @@ -1,7 +1,3 @@ -# -# Author: John Tran -# Julien Danjou -# # 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/alarm/storage/models.py b/ceilometer/alarm/storage/models.py index 620161b3..822f1fd1 100644 --- a/ceilometer/alarm/storage/models.py +++ b/ceilometer/alarm/storage/models.py @@ -1,8 +1,6 @@ # # Copyright 2013 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/api/__init__.py b/ceilometer/api/__init__.py index 474de123..ffaed1b1 100644 --- a/ceilometer/api/__init__.py +++ b/ceilometer/api/__init__.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/api/app.py b/ceilometer/api/app.py index 4037d3a3..2171d5ef 100644 --- a/ceilometer/api/app.py +++ b/ceilometer/api/app.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/api/app.wsgi b/ceilometer/api/app.wsgi index 1fd1469c..a5a4856e 100644 --- a/ceilometer/api/app.wsgi +++ b/ceilometer/api/app.wsgi @@ -2,8 +2,6 @@ # # Copyright 2013 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/api/controllers/root.py b/ceilometer/api/controllers/root.py index ab8fb698..cf13160f 100644 --- a/ceilometer/api/controllers/root.py +++ b/ceilometer/api/controllers/root.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/api/hooks.py b/ceilometer/api/hooks.py index 43efbd2a..f2c00245 100644 --- a/ceilometer/api/hooks.py +++ b/ceilometer/api/hooks.py @@ -1,9 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# Angus Salkeld -# # 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/api/middleware.py b/ceilometer/api/middleware.py index 66465ff5..2f4d948c 100644 --- a/ceilometer/api/middleware.py +++ b/ceilometer/api/middleware.py @@ -2,8 +2,6 @@ # Copyright 2013 IBM Corp. # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/api/rbac.py b/ceilometer/api/rbac.py index 473079ad..0eb59af2 100644 --- a/ceilometer/api/rbac.py +++ b/ceilometer/api/rbac.py @@ -2,9 +2,6 @@ # Copyright 2012 New Dream Network, LLC (DreamHost) # Copyright 2014 Hewlett-Packard Company # -# Author: Doug Hellmann -# Fabio Giannetti -# # 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/cli.py b/ceilometer/cli.py index f67b8153..7d6439b4 100644 --- a/ceilometer/cli.py +++ b/ceilometer/cli.py @@ -3,8 +3,6 @@ # # Copyright 2012-2014 Julien Danjou # -# Author: Julien Danjou -# # 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/collector.py b/ceilometer/collector.py index 57c7c169..46517ccc 100644 --- a/ceilometer/collector.py +++ b/ceilometer/collector.py @@ -1,8 +1,6 @@ # # Copyright 2012-2013 eNovance # -# Author: Julien Danjou -# # 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/compute/discovery.py b/ceilometer/compute/discovery.py index ddf7b4a2..ac6afafd 100644 --- a/ceilometer/compute/discovery.py +++ b/ceilometer/compute/discovery.py @@ -1,8 +1,6 @@ # # Copyright 2014 Red Hat, Inc # -# Author: Eoghan Glynn -# # 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/compute/notifications/__init__.py b/ceilometer/compute/notifications/__init__.py index 890a9121..174bc226 100644 --- a/ceilometer/compute/notifications/__init__.py +++ b/ceilometer/compute/notifications/__init__.py @@ -1,8 +1,6 @@ # # Copyright 2013 Intel # -# Author: Shuangtai Tian -# # 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/compute/notifications/cpu.py b/ceilometer/compute/notifications/cpu.py index a3dfd680..5e5a954e 100644 --- a/ceilometer/compute/notifications/cpu.py +++ b/ceilometer/compute/notifications/cpu.py @@ -1,8 +1,6 @@ # # Copyright 2013 Intel # -# Author: Shuangtai Tian -# # 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/compute/notifications/instance.py b/ceilometer/compute/notifications/instance.py index 62e8e3e6..b0d2dfa3 100644 --- a/ceilometer/compute/notifications/instance.py +++ b/ceilometer/compute/notifications/instance.py @@ -2,9 +2,6 @@ # Copyright 2012 New Dream Network, LLC (DreamHost) # Copyright 2013 eNovance # -# Author: Doug Hellmann -# Julien Danjou -# # 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/compute/pollsters/cpu.py b/ceilometer/compute/pollsters/cpu.py index 0c23f0f3..b4832e79 100644 --- a/ceilometer/compute/pollsters/cpu.py +++ b/ceilometer/compute/pollsters/cpu.py @@ -2,9 +2,6 @@ # Copyright 2012 eNovance # Copyright 2012 Red Hat, Inc # -# Author: Julien Danjou -# Author: Eoghan Glynn -# # 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/compute/pollsters/disk.py b/ceilometer/compute/pollsters/disk.py index 86af94da..fa1704aa 100644 --- a/ceilometer/compute/pollsters/disk.py +++ b/ceilometer/compute/pollsters/disk.py @@ -3,10 +3,6 @@ # Copyright 2012 Red Hat, Inc # Copyright 2014 Cisco Systems, Inc # -# Author: Julien Danjou -# Author: Eoghan Glynn -# Author: Pradeep Kilambi -# # 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/compute/pollsters/instance.py b/ceilometer/compute/pollsters/instance.py index aed40dde..12b7d948 100644 --- a/ceilometer/compute/pollsters/instance.py +++ b/ceilometer/compute/pollsters/instance.py @@ -2,9 +2,6 @@ # Copyright 2012 eNovance # Copyright 2012 Red Hat, Inc # -# Author: Julien Danjou -# Author: Eoghan Glynn -# # 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/compute/pollsters/net.py b/ceilometer/compute/pollsters/net.py index f5efc830..ec1140e2 100644 --- a/ceilometer/compute/pollsters/net.py +++ b/ceilometer/compute/pollsters/net.py @@ -2,9 +2,6 @@ # Copyright 2012 eNovance # Copyright 2012 Red Hat, Inc # -# Author: Julien Danjou -# Author: Eoghan Glynn -# # 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/compute/pollsters/util.py b/ceilometer/compute/pollsters/util.py index 41a52b66..719818d0 100644 --- a/ceilometer/compute/pollsters/util.py +++ b/ceilometer/compute/pollsters/util.py @@ -2,9 +2,6 @@ # Copyright 2012 eNovance # Copyright 2012 Red Hat, Inc # -# Author: Julien Danjou -# Author: Eoghan Glynn -# # 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/compute/util.py b/ceilometer/compute/util.py index c929f591..6c253839 100644 --- a/ceilometer/compute/util.py +++ b/ceilometer/compute/util.py @@ -1,8 +1,6 @@ # # Copyright 2014 Red Hat, Inc # -# Author: Eoghan Glynn -# # 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/compute/virt/hyperv/inspector.py b/ceilometer/compute/virt/hyperv/inspector.py index 8deda07a..d46e416b 100644 --- a/ceilometer/compute/virt/hyperv/inspector.py +++ b/ceilometer/compute/virt/hyperv/inspector.py @@ -1,8 +1,5 @@ # Copyright 2013 Cloudbase Solutions Srl # -# Author: Claudiu Belu -# Alessandro Pilotti -# # 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/compute/virt/hyperv/utilsv2.py b/ceilometer/compute/virt/hyperv/utilsv2.py index a0062002..c4e3ce59 100644 --- a/ceilometer/compute/virt/hyperv/utilsv2.py +++ b/ceilometer/compute/virt/hyperv/utilsv2.py @@ -1,8 +1,5 @@ # Copyright 2013 Cloudbase Solutions Srl # -# Author: Claudiu Belu -# Alessandro Pilotti -# # 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/compute/virt/inspector.py b/ceilometer/compute/virt/inspector.py index bc09f96a..ec37be18 100644 --- a/ceilometer/compute/virt/inspector.py +++ b/ceilometer/compute/virt/inspector.py @@ -1,9 +1,6 @@ # # Copyright 2012 Red Hat, Inc # -# Author: Eoghan Glynn -# Doug Hellmann -# # 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/compute/virt/libvirt/inspector.py b/ceilometer/compute/virt/libvirt/inspector.py index 75beabf4..3b04e530 100644 --- a/ceilometer/compute/virt/libvirt/inspector.py +++ b/ceilometer/compute/virt/libvirt/inspector.py @@ -1,8 +1,6 @@ # # Copyright 2012 Red Hat, Inc # -# Author: Eoghan Glynn -# # 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/compute/virt/xenapi/inspector.py b/ceilometer/compute/virt/xenapi/inspector.py index c3b29349..de31291b 100644 --- a/ceilometer/compute/virt/xenapi/inspector.py +++ b/ceilometer/compute/virt/xenapi/inspector.py @@ -1,7 +1,5 @@ # Copyright 2014 Intel # -# Author: Ren Qiaowei -# # 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/coordination.py b/ceilometer/coordination.py index 161112b2..79276212 100644 --- a/ceilometer/coordination.py +++ b/ceilometer/coordination.py @@ -1,8 +1,6 @@ # # Copyright 2014 Red Hat, Inc. # -# Author: Nejc Saje -# # 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/dispatcher/__init__.py b/ceilometer/dispatcher/__init__.py index d7a49c82..08b89391 100644 --- a/ceilometer/dispatcher/__init__.py +++ b/ceilometer/dispatcher/__init__.py @@ -1,8 +1,6 @@ # # Copyright 2013 IBM # -# Author: Tong Li -# # 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/dispatcher/database.py b/ceilometer/dispatcher/database.py index fcc846a4..ea555765 100644 --- a/ceilometer/dispatcher/database.py +++ b/ceilometer/dispatcher/database.py @@ -1,8 +1,6 @@ # # Copyright 2013 IBM Corp # -# Author: Tong Li -# # 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/dispatcher/file.py b/ceilometer/dispatcher/file.py index a6dfdddf..cbe9da42 100644 --- a/ceilometer/dispatcher/file.py +++ b/ceilometer/dispatcher/file.py @@ -1,8 +1,6 @@ # # Copyright 2013 IBM Corp # -# Author: Tong Li -# # 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/dispatcher/http.py b/ceilometer/dispatcher/http.py index d9add5a8..430c6b4b 100755 --- a/ceilometer/dispatcher/http.py +++ b/ceilometer/dispatcher/http.py @@ -1,7 +1,5 @@ # Copyright 2013 IBM Corp # -# Author: Tong Li -# # 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/energy/kwapi.py b/ceilometer/energy/kwapi.py index 0e6bc212..d811e30b 100644 --- a/ceilometer/energy/kwapi.py +++ b/ceilometer/energy/kwapi.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # -# Author: François Rossigneux -# # 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/event/converter.py b/ceilometer/event/converter.py index b65b8851..4ba177e3 100644 --- a/ceilometer/event/converter.py +++ b/ceilometer/event/converter.py @@ -1,8 +1,6 @@ # # Copyright 2013 Rackspace Hosting. # -# Author: Monsyne Dragon -# # 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/event/endpoint.py b/ceilometer/event/endpoint.py index 30ab4ba6..fadc8ee2 100644 --- a/ceilometer/event/endpoint.py +++ b/ceilometer/event/endpoint.py @@ -1,8 +1,6 @@ # # Copyright 2012-2014 eNovance # -# Author: Mehdi Abaakouk -# # 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/event/trait_plugins.py b/ceilometer/event/trait_plugins.py index d585d1c3..2b8c8e4f 100644 --- a/ceilometer/event/trait_plugins.py +++ b/ceilometer/event/trait_plugins.py @@ -1,8 +1,6 @@ # # Copyright 2013 Rackspace Hosting. # -# Author: Monsyne Dragon -# # 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/hardware/inspector/__init__.py b/ceilometer/hardware/inspector/__init__.py index ee71777c..7e83d028 100644 --- a/ceilometer/hardware/inspector/__init__.py +++ b/ceilometer/hardware/inspector/__init__.py @@ -1,8 +1,6 @@ # # Copyright 2014 Intel Corp. # -# Author: Lianhao Lu -# # 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/image/glance.py b/ceilometer/image/glance.py index 1df85d90..e0a482a2 100644 --- a/ceilometer/image/glance.py +++ b/ceilometer/image/glance.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Julien Danjou -# # 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/image/notifications.py b/ceilometer/image/notifications.py index a96a744d..991987eb 100644 --- a/ceilometer/image/notifications.py +++ b/ceilometer/image/notifications.py @@ -1,8 +1,6 @@ # # Copyright 2012 Red Hat, Inc # -# Author: Eoghan Glynn -# # 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/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 -# # 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 -# # 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 -# Author: Gao Fengqian -# # 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 -# # 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 -# Author: whaom -# # 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 -# # 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 -# # 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/messaging.py b/ceilometer/messaging.py index 2c7fb302..76574058 100644 --- a/ceilometer/messaging.py +++ b/ceilometer/messaging.py @@ -1,8 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2013 eNovance # -# Author: Mehdi Abaakouk -# # 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/middleware.py b/ceilometer/middleware.py index 39243ae7..f8c305a9 100644 --- a/ceilometer/middleware.py +++ b/ceilometer/middleware.py @@ -1,8 +1,6 @@ # # Copyright 2013 eNovance # -# Author: Julien Danjou -# # 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/network/floatingip.py b/ceilometer/network/floatingip.py index deebb8d4..1d952b35 100644 --- a/ceilometer/network/floatingip.py +++ b/ceilometer/network/floatingip.py @@ -4,8 +4,6 @@ # Copyright 2013 IBM Corp # All Rights Reserved. # -# Author: Julien Danjou -# # 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/network/notifications.py b/ceilometer/network/notifications.py index e2a67e17..5b5c0506 100644 --- a/ceilometer/network/notifications.py +++ b/ceilometer/network/notifications.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Julien Danjou -# # 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/network/services/base.py b/ceilometer/network/services/base.py index 13a36f50..37e34772 100644 --- a/ceilometer/network/services/base.py +++ b/ceilometer/network/services/base.py @@ -1,8 +1,6 @@ # # Copyright 2014 Cisco Systems,Inc. # -# Author: Pradeep Kilambi -# # 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/network/services/discovery.py b/ceilometer/network/services/discovery.py index e96191fe..4c7ad648 100644 --- a/ceilometer/network/services/discovery.py +++ b/ceilometer/network/services/discovery.py @@ -1,8 +1,6 @@ # # Copyright (c) 2014 Cisco Systems, Inc # -# Author:Pradeep Kilambi -# # 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/network/services/fwaas.py b/ceilometer/network/services/fwaas.py index 52d76559..a480f48a 100644 --- a/ceilometer/network/services/fwaas.py +++ b/ceilometer/network/services/fwaas.py @@ -1,8 +1,6 @@ # # Copyright 2014 Cisco Systems,Inc. # -# Author: Pradeep Kilambi -# # 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/network/services/lbaas.py b/ceilometer/network/services/lbaas.py index 51ce60c9..b97f3936 100644 --- a/ceilometer/network/services/lbaas.py +++ b/ceilometer/network/services/lbaas.py @@ -1,8 +1,6 @@ # # Copyright 2014 Cisco Systems,Inc. # -# Author: Pradeep Kilambi -# # 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/network/services/vpnaas.py b/ceilometer/network/services/vpnaas.py index b16bc246..fa06b2a4 100644 --- a/ceilometer/network/services/vpnaas.py +++ b/ceilometer/network/services/vpnaas.py @@ -1,8 +1,6 @@ # # Copyright 2014 Cisco Systems,Inc. # -# Author: Pradeep Kilambi -# # 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/network/statistics/driver.py b/ceilometer/network/statistics/driver.py index 2336c747..0eb82550 100644 --- a/ceilometer/network/statistics/driver.py +++ b/ceilometer/network/statistics/driver.py @@ -19,7 +19,7 @@ import six @six.add_metaclass(abc.ABCMeta) -class Driver(): +class Driver(object): @abc.abstractmethod def get_sample_data(self, meter_name, parse_url, params, cache): diff --git a/ceilometer/network/statistics/opencontrail/client.py b/ceilometer/network/statistics/opencontrail/client.py index 54c1123a..6114dcc1 100644 --- a/ceilometer/network/statistics/opencontrail/client.py +++ b/ceilometer/network/statistics/opencontrail/client.py @@ -1,7 +1,5 @@ # Copyright (C) 2014 eNovance SAS # -# Author: Sylvain Afchain -# # 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/network/statistics/opencontrail/driver.py b/ceilometer/network/statistics/opencontrail/driver.py index 7d6e13db..1847a591 100644 --- a/ceilometer/network/statistics/opencontrail/driver.py +++ b/ceilometer/network/statistics/opencontrail/driver.py @@ -1,7 +1,5 @@ # Copyright (C) 2014 eNovance SAS # -# Author: Sylvain Afchain -# # 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/network/statistics/opendaylight/client.py b/ceilometer/network/statistics/opendaylight/client.py index 49989758..59673cfa 100644 --- a/ceilometer/network/statistics/opendaylight/client.py +++ b/ceilometer/network/statistics/opendaylight/client.py @@ -32,7 +32,7 @@ LOG = log.getLogger(__name__) @six.add_metaclass(abc.ABCMeta) -class _Base(): +class _Base(object): """Base class of OpenDaylight REST APIs Clients.""" @abc.abstractproperty @@ -154,7 +154,7 @@ class HostTrackerAPIClient(_Base): return self.request('/hosts/inactive', container_name) -class Client(): +class Client(object): def __init__(self, endpoint, params): self.statistics = StatisticsAPIClient(self) diff --git a/ceilometer/neutron_client.py b/ceilometer/neutron_client.py index 5c43596e..4b0bc274 100644 --- a/ceilometer/neutron_client.py +++ b/ceilometer/neutron_client.py @@ -1,7 +1,5 @@ # Copyright (C) 2014 eNovance SAS # -# Author: Sylvain Afchain -# # 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/notification.py b/ceilometer/notification.py index 659d6a56..307e5dd0 100644 --- a/ceilometer/notification.py +++ b/ceilometer/notification.py @@ -1,8 +1,6 @@ # # Copyright 2012-2013 eNovance # -# Author: Julien Danjou -# # 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/notifier.py b/ceilometer/notifier.py index cf04f09c..69c8ee43 100644 --- a/ceilometer/notifier.py +++ b/ceilometer/notifier.py @@ -1,8 +1,6 @@ # # Copyright 2013 eNovance # -# Author: Julien Danjou -# # 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/nova_client.py b/ceilometer/nova_client.py index fca1870a..9d1ed80f 100644 --- a/ceilometer/nova_client.py +++ b/ceilometer/nova_client.py @@ -1,6 +1,4 @@ # -# Author: John Tran -# # 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/objectstore/swift.py b/ceilometer/objectstore/swift.py index b9ef9ed2..65b35f18 100644 --- a/ceilometer/objectstore/swift.py +++ b/ceilometer/objectstore/swift.py @@ -1,8 +1,6 @@ # # Copyright 2012 eNovance # -# Author: Guillaume Pernot -# # 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/objectstore/swift_middleware.py b/ceilometer/objectstore/swift_middleware.py index c5e357b5..2c2bf6ec 100644 --- a/ceilometer/objectstore/swift_middleware.py +++ b/ceilometer/objectstore/swift_middleware.py @@ -2,8 +2,6 @@ # # Copyright 2012 eNovance # -# Author: Julien Danjou -# # 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/orchestration/notifications.py b/ceilometer/orchestration/notifications.py index 236dbda7..379aea60 100644 --- a/ceilometer/orchestration/notifications.py +++ b/ceilometer/orchestration/notifications.py @@ -1,5 +1,3 @@ -# Author: Swann Croiset -# # 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/publisher/__init__.py b/ceilometer/publisher/__init__.py index 70578833..903e3b25 100644 --- a/ceilometer/publisher/__init__.py +++ b/ceilometer/publisher/__init__.py @@ -2,9 +2,6 @@ # Copyright 2013 Intel Corp. # Copyright 2013-2014 eNovance # -# Author: Yunhong Jiang -# Julien Danjou -# # 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/publisher/direct.py b/ceilometer/publisher/direct.py index 660d7932..7ab053df 100644 --- a/ceilometer/publisher/direct.py +++ b/ceilometer/publisher/direct.py @@ -1,8 +1,6 @@ # # Copyright 2015 Red Hat # -# Author: Chris Dent -# # 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/publisher/file.py b/ceilometer/publisher/file.py index af0971bd..1700b574 100644 --- a/ceilometer/publisher/file.py +++ b/ceilometer/publisher/file.py @@ -1,8 +1,6 @@ # # Copyright 2013 IBM Corp # -# Author: Tong Li -# # 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/publisher/messaging.py b/ceilometer/publisher/messaging.py index 6cfb46da..88d9373a 100644 --- a/ceilometer/publisher/messaging.py +++ b/ceilometer/publisher/messaging.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/publisher/test.py b/ceilometer/publisher/test.py index 8164ec28..e6f4d2e1 100644 --- a/ceilometer/publisher/test.py +++ b/ceilometer/publisher/test.py @@ -1,8 +1,6 @@ # # Copyright 2013 eNovance # -# Author: Julien Danjou -# # 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/publisher/udp.py b/ceilometer/publisher/udp.py index 9c3e2f93..c919b4e1 100644 --- a/ceilometer/publisher/udp.py +++ b/ceilometer/publisher/udp.py @@ -1,9 +1,6 @@ # # Copyright 2013 eNovance # -# Author: Julien Danjou , -# Tyaptin Ilya -# # 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/publisher/utils.py b/ceilometer/publisher/utils.py index 6169d7e5..ab9a360b 100644 --- a/ceilometer/publisher/utils.py +++ b/ceilometer/publisher/utils.py @@ -1,9 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# Tyaptin Ilya -# # 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/service.py b/ceilometer/service.py index 5c4bf719..0abfc2b7 100644 --- a/ceilometer/service.py +++ b/ceilometer/service.py @@ -2,8 +2,6 @@ # # Copyright 2012-2014 eNovance # -# Author: Julien Danjou -# # 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/storage/__init__.py b/ceilometer/storage/__init__.py index ff40e061..00d90175 100644 --- a/ceilometer/storage/__init__.py +++ b/ceilometer/storage/__init__.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/storage/base.py b/ceilometer/storage/base.py index 0d34c9b3..75af5ba8 100644 --- a/ceilometer/storage/base.py +++ b/ceilometer/storage/base.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/storage/impl_db2.py b/ceilometer/storage/impl_db2.py index 9164cd18..37240016 100644 --- a/ceilometer/storage/impl_db2.py +++ b/ceilometer/storage/impl_db2.py @@ -2,10 +2,6 @@ # Copyright 2013 eNovance # Copyright 2013 IBM Corp # -# Author: Doug Hellmann -# Julien Danjou -# Tong Li -# # 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/storage/impl_log.py b/ceilometer/storage/impl_log.py index 00306405..a2730a38 100644 --- a/ceilometer/storage/impl_log.py +++ b/ceilometer/storage/impl_log.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/storage/impl_sqlalchemy.py b/ceilometer/storage/impl_sqlalchemy.py index 9f7be201..48b4e13c 100644 --- a/ceilometer/storage/impl_sqlalchemy.py +++ b/ceilometer/storage/impl_sqlalchemy.py @@ -1,7 +1,4 @@ # -# Author: John Tran -# Julien Danjou -# # 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/storage/models.py b/ceilometer/storage/models.py index 8b7c29da..816a4c5d 100644 --- a/ceilometer/storage/models.py +++ b/ceilometer/storage/models.py @@ -1,8 +1,6 @@ # # Copyright 2013 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/storage/sqlalchemy/migrate_repo/versions/001_add_meter_table.py b/ceilometer/storage/sqlalchemy/migrate_repo/versions/001_add_meter_table.py index 925288c8..02306493 100644 --- a/ceilometer/storage/sqlalchemy/migrate_repo/versions/001_add_meter_table.py +++ b/ceilometer/storage/sqlalchemy/migrate_repo/versions/001_add_meter_table.py @@ -1,6 +1,3 @@ -# -# Author: John Tran -# # 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/storage/sqlalchemy/migrate_repo/versions/002_remove_duration.py b/ceilometer/storage/sqlalchemy/migrate_repo/versions/002_remove_duration.py index 9e3f25da..f0ca592b 100644 --- a/ceilometer/storage/sqlalchemy/migrate_repo/versions/002_remove_duration.py +++ b/ceilometer/storage/sqlalchemy/migrate_repo/versions/002_remove_duration.py @@ -1,6 +1,3 @@ -# -# Author: Julien Danjou -# # 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/storage/sqlalchemy/migrate_repo/versions/004_add_counter_unit.py b/ceilometer/storage/sqlalchemy/migrate_repo/versions/004_add_counter_unit.py index 724a1d5f..def074ba 100644 --- a/ceilometer/storage/sqlalchemy/migrate_repo/versions/004_add_counter_unit.py +++ b/ceilometer/storage/sqlalchemy/migrate_repo/versions/004_add_counter_unit.py @@ -1,6 +1,3 @@ -# -# Author: Guillaume Pernot -# # 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/storage/sqlalchemy/migrate_repo/versions/005_remove_resource_timestamp.py b/ceilometer/storage/sqlalchemy/migrate_repo/versions/005_remove_resource_timestamp.py index 46867e75..3f9a02c5 100644 --- a/ceilometer/storage/sqlalchemy/migrate_repo/versions/005_remove_resource_timestamp.py +++ b/ceilometer/storage/sqlalchemy/migrate_repo/versions/005_remove_resource_timestamp.py @@ -1,8 +1,6 @@ # # Copyright 2013 eNovance # -# Author: Julien Danjou -# # 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/storage/sqlalchemy/migrate_repo/versions/006_counter_volume_is_float.py b/ceilometer/storage/sqlalchemy/migrate_repo/versions/006_counter_volume_is_float.py index 38bb12b5..ac962019 100644 --- a/ceilometer/storage/sqlalchemy/migrate_repo/versions/006_counter_volume_is_float.py +++ b/ceilometer/storage/sqlalchemy/migrate_repo/versions/006_counter_volume_is_float.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- # # Copyright 2013 eNovance SAS -# Author: François Charlier # # 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 diff --git a/ceilometer/storage/sqlalchemy/migrate_repo/versions/007_add_alarm_table.py b/ceilometer/storage/sqlalchemy/migrate_repo/versions/007_add_alarm_table.py index 55b06c15..07b16915 100644 --- a/ceilometer/storage/sqlalchemy/migrate_repo/versions/007_add_alarm_table.py +++ b/ceilometer/storage/sqlalchemy/migrate_repo/versions/007_add_alarm_table.py @@ -2,9 +2,6 @@ # Copyright 2013 eNovance # Copyright 2013 Red Hat, Inc. # -# Author: Mehdi Abaakouk -# Angus Salkeld -# # 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/storage/sqlalchemy/migrate_repo/versions/013_rename_counter_to_meter_alarm.py b/ceilometer/storage/sqlalchemy/migrate_repo/versions/013_rename_counter_to_meter_alarm.py index 8b87e605..6f8de124 100644 --- a/ceilometer/storage/sqlalchemy/migrate_repo/versions/013_rename_counter_to_meter_alarm.py +++ b/ceilometer/storage/sqlalchemy/migrate_repo/versions/013_rename_counter_to_meter_alarm.py @@ -1,8 +1,6 @@ # # Copyright 2013 eNovance # -# Author: Julien Danjou -# # 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/storage/sqlalchemy/migrate_repo/versions/015_add_alarm_history_table.py b/ceilometer/storage/sqlalchemy/migrate_repo/versions/015_add_alarm_history_table.py index 32af6c21..92482994 100644 --- a/ceilometer/storage/sqlalchemy/migrate_repo/versions/015_add_alarm_history_table.py +++ b/ceilometer/storage/sqlalchemy/migrate_repo/versions/015_add_alarm_history_table.py @@ -1,8 +1,6 @@ # # Copyright 2013 Red Hat, Inc. # -# Author: Eoghan Glynn -# # 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/storage/sqlalchemy/migrate_repo/versions/016_simpler_alarm.py b/ceilometer/storage/sqlalchemy/migrate_repo/versions/016_simpler_alarm.py index a900b947..1f143a92 100644 --- a/ceilometer/storage/sqlalchemy/migrate_repo/versions/016_simpler_alarm.py +++ b/ceilometer/storage/sqlalchemy/migrate_repo/versions/016_simpler_alarm.py @@ -1,8 +1,6 @@ # # Copyright 2013 eNovance # -# Author: Mehdi Abaakouk -# # 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/storage/sqlalchemy/migrate_repo/versions/017_convert_timestamp_as_datetime_to_decimal.py b/ceilometer/storage/sqlalchemy/migrate_repo/versions/017_convert_timestamp_as_datetime_to_decimal.py index 669fac7b..73d9e2ba 100644 --- a/ceilometer/storage/sqlalchemy/migrate_repo/versions/017_convert_timestamp_as_datetime_to_decimal.py +++ b/ceilometer/storage/sqlalchemy/migrate_repo/versions/017_convert_timestamp_as_datetime_to_decimal.py @@ -1,8 +1,6 @@ # # Copyright 2013 Rackspace Hosting # -# Author: Thomas Maddox -# # 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/storage/sqlalchemy/migrate_repo/versions/024_event_use_floatingprecision.py b/ceilometer/storage/sqlalchemy/migrate_repo/versions/024_event_use_floatingprecision.py index e7e26e8a..bec6d634 100644 --- a/ceilometer/storage/sqlalchemy/migrate_repo/versions/024_event_use_floatingprecision.py +++ b/ceilometer/storage/sqlalchemy/migrate_repo/versions/024_event_use_floatingprecision.py @@ -1,8 +1,6 @@ # # Copyright 2013 eNovance SAS # -# Author: Mehdi Abaakouk -# # 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/storage/sqlalchemy/migrate_repo/versions/025_alarm_use_floatingprecision.py b/ceilometer/storage/sqlalchemy/migrate_repo/versions/025_alarm_use_floatingprecision.py index ab476e27..8189f02f 100644 --- a/ceilometer/storage/sqlalchemy/migrate_repo/versions/025_alarm_use_floatingprecision.py +++ b/ceilometer/storage/sqlalchemy/migrate_repo/versions/025_alarm_use_floatingprecision.py @@ -1,8 +1,6 @@ # # Copyright 2013 eNovance SAS # -# Author: Mehdi Abaakouk -# # 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/storage/sqlalchemy/migrate_repo/versions/027_remove_alarm_fk_constraints.py b/ceilometer/storage/sqlalchemy/migrate_repo/versions/027_remove_alarm_fk_constraints.py index 78e9947e..688e5ffd 100644 --- a/ceilometer/storage/sqlalchemy/migrate_repo/versions/027_remove_alarm_fk_constraints.py +++ b/ceilometer/storage/sqlalchemy/migrate_repo/versions/027_remove_alarm_fk_constraints.py @@ -1,8 +1,6 @@ # # Copyright 2014 Intel Crop. # -# Author: Lianhao Lu -# # 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/storage/sqlalchemy/migrate_repo/versions/032_add_alarm_time_constraints.py b/ceilometer/storage/sqlalchemy/migrate_repo/versions/032_add_alarm_time_constraints.py index b5e64c1c..5cd70358 100644 --- a/ceilometer/storage/sqlalchemy/migrate_repo/versions/032_add_alarm_time_constraints.py +++ b/ceilometer/storage/sqlalchemy/migrate_repo/versions/032_add_alarm_time_constraints.py @@ -1,6 +1,3 @@ -# -# Author: Nejc Saje -# # 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/storage/sqlalchemy/migrate_repo/versions/037_sample_index_cleanup.py b/ceilometer/storage/sqlalchemy/migrate_repo/versions/037_sample_index_cleanup.py index 827676c5..b4ed8d8c 100644 --- a/ceilometer/storage/sqlalchemy/migrate_repo/versions/037_sample_index_cleanup.py +++ b/ceilometer/storage/sqlalchemy/migrate_repo/versions/037_sample_index_cleanup.py @@ -14,7 +14,7 @@ from migrate import ForeignKeyConstraint import sqlalchemy as sa -class ForeignKeyHandle(): +class ForeignKeyHandle(object): def __init__(self, meta): sample = sa.Table('sample', meta, autoload=True) meter = sa.Table('meter', meta, autoload=True) diff --git a/ceilometer/storage/sqlalchemy/migration.py b/ceilometer/storage/sqlalchemy/migration.py index 1073881b..160e68e5 100644 --- a/ceilometer/storage/sqlalchemy/migration.py +++ b/ceilometer/storage/sqlalchemy/migration.py @@ -1,7 +1,3 @@ -# -# Author: John Tran -# Julien Danjou -# # 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/storage/sqlalchemy/models.py b/ceilometer/storage/sqlalchemy/models.py index 62f73b06..6285574e 100644 --- a/ceilometer/storage/sqlalchemy/models.py +++ b/ceilometer/storage/sqlalchemy/models.py @@ -1,6 +1,3 @@ -# -# Author: John Tran -# # 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/storage/sqlalchemy/utils.py b/ceilometer/storage/sqlalchemy/utils.py index ba198eaf..d89866cc 100644 --- a/ceilometer/storage/sqlalchemy/utils.py +++ b/ceilometer/storage/sqlalchemy/utils.py @@ -1,6 +1,3 @@ -# Author: John Tran -# Julien Danjou -# # 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/tests/agent/test_discovery.py b/ceilometer/tests/agent/test_discovery.py index 22eaf6fd..16ba41e5 100644 --- a/ceilometer/tests/agent/test_discovery.py +++ b/ceilometer/tests/agent/test_discovery.py @@ -1,8 +1,6 @@ # # Copyright 2014 Red Hat Inc. # -# Author: Nejc Saje -# # 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 @@ -43,4 +41,4 @@ class TestEndpointDiscovery(base.BaseTestCase): region_name='test-region-name')] self.assertEqual(expected, self.manager.keystone.service_catalog.get_urls - .call_args_list) \ No newline at end of file + .call_args_list) diff --git a/ceilometer/tests/agent/test_manager.py b/ceilometer/tests/agent/test_manager.py index 21a93371..31af004b 100644 --- a/ceilometer/tests/agent/test_manager.py +++ b/ceilometer/tests/agent/test_manager.py @@ -1,8 +1,6 @@ # # Copyright 2013 Intel Corp. # -# Author: Lianhao Lu -# # 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/tests/agent/test_plugin.py b/ceilometer/tests/agent/test_plugin.py index 0c6ca46f..de5d5335 100644 --- a/ceilometer/tests/agent/test_plugin.py +++ b/ceilometer/tests/agent/test_plugin.py @@ -1,8 +1,6 @@ # # Copyright 2013 eNovance # -# Author: Julien Danjou -# # 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/tests/alarm/evaluator/base.py b/ceilometer/tests/alarm/evaluator/base.py index fb450a84..6ba36727 100644 --- a/ceilometer/tests/alarm/evaluator/base.py +++ b/ceilometer/tests/alarm/evaluator/base.py @@ -1,9 +1,6 @@ # # Copyright 2013 eNovance # -# Author: Mehdi Abaakouk -# Eoghan Glynn -# # 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/tests/alarm/evaluator/test_base.py b/ceilometer/tests/alarm/evaluator/test_base.py index 40c034fc..70eb1349 100644 --- a/ceilometer/tests/alarm/evaluator/test_base.py +++ b/ceilometer/tests/alarm/evaluator/test_base.py @@ -1,8 +1,6 @@ # # Copyright 2013 IBM Corp # -# Author: Tong Li -# # 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/tests/alarm/evaluator/test_threshold.py b/ceilometer/tests/alarm/evaluator/test_threshold.py index cbc41367..ad2f22ed 100644 --- a/ceilometer/tests/alarm/evaluator/test_threshold.py +++ b/ceilometer/tests/alarm/evaluator/test_threshold.py @@ -1,8 +1,6 @@ # # Copyright 2013 Red Hat, Inc # -# Author: Eoghan Glynn -# # 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/tests/alarm/partition/test_coordination.py b/ceilometer/tests/alarm/partition/test_coordination.py index 9c2a03d2..11f69289 100644 --- a/ceilometer/tests/alarm/partition/test_coordination.py +++ b/ceilometer/tests/alarm/partition/test_coordination.py @@ -1,8 +1,6 @@ # # Copyright 2013 Red Hat, Inc # -# Author: Eoghan Glynn -# # 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/tests/alarm/test_alarm_svc.py b/ceilometer/tests/alarm/test_alarm_svc.py index 3e896dcb..256ab89d 100644 --- a/ceilometer/tests/alarm/test_alarm_svc.py +++ b/ceilometer/tests/alarm/test_alarm_svc.py @@ -1,8 +1,6 @@ # # Copyright 2013 Red Hat, Inc # -# Author: Eoghan Glynn -# # 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/tests/alarm/test_notifier.py b/ceilometer/tests/alarm/test_notifier.py index ec568913..7b1b5caa 100644 --- a/ceilometer/tests/alarm/test_notifier.py +++ b/ceilometer/tests/alarm/test_notifier.py @@ -1,8 +1,6 @@ # # Copyright 2013-2014 eNovance # -# Author: Julien Danjou -# # 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/tests/alarm/test_partitioned_alarm_svc.py b/ceilometer/tests/alarm/test_partitioned_alarm_svc.py index a885fb2c..241ac79a 100644 --- a/ceilometer/tests/alarm/test_partitioned_alarm_svc.py +++ b/ceilometer/tests/alarm/test_partitioned_alarm_svc.py @@ -1,8 +1,6 @@ # # Copyright 2013 Red Hat, Inc # -# Author: Eoghan Glynn -# # 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/tests/alarm/test_singleton_alarm_svc.py b/ceilometer/tests/alarm/test_singleton_alarm_svc.py index 3d004092..a3c61a1c 100644 --- a/ceilometer/tests/alarm/test_singleton_alarm_svc.py +++ b/ceilometer/tests/alarm/test_singleton_alarm_svc.py @@ -1,8 +1,6 @@ # # Copyright 2013 Red Hat, Inc # -# Author: Eoghan Glynn -# # 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/tests/api/__init__.py b/ceilometer/tests/api/__init__.py index f687e3c6..b7453dd0 100644 --- a/ceilometer/tests/api/__init__.py +++ b/ceilometer/tests/api/__init__.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/tests/api/v2/__init__.py b/ceilometer/tests/api/v2/__init__.py index 5d7f1fec..478febc0 100644 --- a/ceilometer/tests/api/v2/__init__.py +++ b/ceilometer/tests/api/v2/__init__.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/tests/api/v2/test_acl_scenarios.py b/ceilometer/tests/api/v2/test_acl_scenarios.py index a2398c9b..551f5045 100644 --- a/ceilometer/tests/api/v2/test_acl_scenarios.py +++ b/ceilometer/tests/api/v2/test_acl_scenarios.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Julien Danjou -# # 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/tests/api/v2/test_alarm_scenarios.py b/ceilometer/tests/api/v2/test_alarm_scenarios.py index 5572b708..c8c9af9b 100644 --- a/ceilometer/tests/api/v2/test_alarm_scenarios.py +++ b/ceilometer/tests/api/v2/test_alarm_scenarios.py @@ -1,10 +1,6 @@ # # Copyright 2013 eNovance # -# Author: Mehdi Abaakouk -# Angus Salkeld -# Eoghan Glynn -# # 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/tests/api/v2/test_app.py b/ceilometer/tests/api/v2/test_app.py index cc769a19..ca97361e 100644 --- a/ceilometer/tests/api/v2/test_app.py +++ b/ceilometer/tests/api/v2/test_app.py @@ -2,8 +2,6 @@ # Copyright 2013 IBM Corp. # Copyright 2013 Julien Danjou # -# Author: Julien Danjou -# # 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/tests/api/v2/test_compute_duration_by_resource_scenarios.py b/ceilometer/tests/api/v2/test_compute_duration_by_resource_scenarios.py index d7a42d92..c6e0add4 100644 --- a/ceilometer/tests/api/v2/test_compute_duration_by_resource_scenarios.py +++ b/ceilometer/tests/api/v2/test_compute_duration_by_resource_scenarios.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/tests/api/v2/test_list_events_scenarios.py b/ceilometer/tests/api/v2/test_list_events_scenarios.py index f1fc22ce..a3253d6f 100644 --- a/ceilometer/tests/api/v2/test_list_events_scenarios.py +++ b/ceilometer/tests/api/v2/test_list_events_scenarios.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/tests/api/v2/test_list_meters_scenarios.py b/ceilometer/tests/api/v2/test_list_meters_scenarios.py index e202efac..fbc5016c 100644 --- a/ceilometer/tests/api/v2/test_list_meters_scenarios.py +++ b/ceilometer/tests/api/v2/test_list_meters_scenarios.py @@ -2,8 +2,6 @@ # Copyright 2012 Red Hat, Inc. # Copyright 2013 IBM Corp. # -# Author: Angus Salkeld -# # 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/tests/api/v2/test_list_resources_scenarios.py b/ceilometer/tests/api/v2/test_list_resources_scenarios.py index 58fedca8..cf95205b 100644 --- a/ceilometer/tests/api/v2/test_list_resources_scenarios.py +++ b/ceilometer/tests/api/v2/test_list_resources_scenarios.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/tests/api/v2/test_post_samples_scenarios.py b/ceilometer/tests/api/v2/test_post_samples_scenarios.py index c7ebf9c8..c10da44e 100644 --- a/ceilometer/tests/api/v2/test_post_samples_scenarios.py +++ b/ceilometer/tests/api/v2/test_post_samples_scenarios.py @@ -1,8 +1,6 @@ # # Copyright 2013 Red Hat, Inc # -# Author: Angus Salkeld -# # 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/tests/api/v2/test_statistics.py b/ceilometer/tests/api/v2/test_statistics.py index a0fa2d43..8d376c2c 100644 --- a/ceilometer/tests/api/v2/test_statistics.py +++ b/ceilometer/tests/api/v2/test_statistics.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/tests/api/v2/test_statistics_scenarios.py b/ceilometer/tests/api/v2/test_statistics_scenarios.py index fb7c978f..d36fd462 100644 --- a/ceilometer/tests/api/v2/test_statistics_scenarios.py +++ b/ceilometer/tests/api/v2/test_statistics_scenarios.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/tests/api/v2/test_wsme_custom_type.py b/ceilometer/tests/api/v2/test_wsme_custom_type.py index 230d4d9b..37f24af7 100644 --- a/ceilometer/tests/api/v2/test_wsme_custom_type.py +++ b/ceilometer/tests/api/v2/test_wsme_custom_type.py @@ -1,8 +1,6 @@ # # Copyright 2013 eNovance # -# Author: Mehdi Abaakouk -# # 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/tests/base.py b/ceilometer/tests/base.py index b7660357..e694df79 100644 --- a/ceilometer/tests/base.py +++ b/ceilometer/tests/base.py @@ -2,8 +2,6 @@ # # Copyright 2012 New Dream Network (DreamHost) # -# Author: Doug Hellmann -# # 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/tests/compute/notifications/test_cpu.py b/ceilometer/tests/compute/notifications/test_cpu.py index c72695d5..09e91416 100644 --- a/ceilometer/tests/compute/notifications/test_cpu.py +++ b/ceilometer/tests/compute/notifications/test_cpu.py @@ -1,8 +1,6 @@ # # Copyright 2013 Intel # -# Author: Shuangtai Tian -# # 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/tests/compute/notifications/test_instance.py b/ceilometer/tests/compute/notifications/test_instance.py index 12a74f83..4ca54505 100644 --- a/ceilometer/tests/compute/notifications/test_instance.py +++ b/ceilometer/tests/compute/notifications/test_instance.py @@ -2,9 +2,6 @@ # Copyright 2012 New Dream Network, LLC (DreamHost) # Copyright 2013 eNovance # -# Author: Doug Hellmann -# Julien Danjou -# # 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/tests/compute/pollsters/base.py b/ceilometer/tests/compute/pollsters/base.py index 09da6229..1aa3afe7 100644 --- a/ceilometer/tests/compute/pollsters/base.py +++ b/ceilometer/tests/compute/pollsters/base.py @@ -2,9 +2,6 @@ # Copyright 2012 eNovance # Copyright 2012 Red Hat, Inc # -# Author: Julien Danjou -# Author: Eoghan Glynn -# # 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/tests/compute/pollsters/test_cpu.py b/ceilometer/tests/compute/pollsters/test_cpu.py index 61137ed8..ceda7835 100644 --- a/ceilometer/tests/compute/pollsters/test_cpu.py +++ b/ceilometer/tests/compute/pollsters/test_cpu.py @@ -2,9 +2,6 @@ # Copyright 2012 eNovance # Copyright 2012 Red Hat, Inc # -# Author: Julien Danjou -# Author: Eoghan Glynn -# # 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/tests/compute/pollsters/test_diskio.py b/ceilometer/tests/compute/pollsters/test_diskio.py index 8a07a2a5..394b59de 100644 --- a/ceilometer/tests/compute/pollsters/test_diskio.py +++ b/ceilometer/tests/compute/pollsters/test_diskio.py @@ -2,10 +2,6 @@ # Copyright 2012 eNovance # Copyright 2012 Red Hat, Inc # Copyright 2014 Cisco Systems, Inc - -# Author: Julien Danjou -# Author: Eoghan Glynn -# Author: Pradeep Kilambi # # 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 diff --git a/ceilometer/tests/compute/pollsters/test_instance.py b/ceilometer/tests/compute/pollsters/test_instance.py index 3e00e6b6..8c167b43 100644 --- a/ceilometer/tests/compute/pollsters/test_instance.py +++ b/ceilometer/tests/compute/pollsters/test_instance.py @@ -2,9 +2,6 @@ # Copyright 2012 eNovance # Copyright 2012 Red Hat, Inc # -# Author: Julien Danjou -# Author: Eoghan Glynn -# # 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/tests/compute/pollsters/test_location_metadata.py b/ceilometer/tests/compute/pollsters/test_location_metadata.py index efcae0c4..6faa4619 100644 --- a/ceilometer/tests/compute/pollsters/test_location_metadata.py +++ b/ceilometer/tests/compute/pollsters/test_location_metadata.py @@ -2,9 +2,6 @@ # Copyright 2012 eNovance # Copyright 2012 Red Hat, Inc # -# Author: Julien Danjou -# Author: Eoghan Glynn -# # 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/tests/compute/pollsters/test_net.py b/ceilometer/tests/compute/pollsters/test_net.py index 758fef76..7240d2c1 100644 --- a/ceilometer/tests/compute/pollsters/test_net.py +++ b/ceilometer/tests/compute/pollsters/test_net.py @@ -2,9 +2,6 @@ # Copyright 2012 eNovance # Copyright 2012 Red Hat, Inc # -# Author: Julien Danjou -# Author: Eoghan Glynn -# # 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/tests/compute/virt/hyperv/test_inspector.py b/ceilometer/tests/compute/virt/hyperv/test_inspector.py index 985d6286..56dda29f 100644 --- a/ceilometer/tests/compute/virt/hyperv/test_inspector.py +++ b/ceilometer/tests/compute/virt/hyperv/test_inspector.py @@ -1,7 +1,5 @@ # Copyright 2013 Cloudbase Solutions Srl # -# Author: Alessandro Pilotti -# # 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/tests/compute/virt/hyperv/test_utilsv2.py b/ceilometer/tests/compute/virt/hyperv/test_utilsv2.py index a58c65b8..b519ce52 100644 --- a/ceilometer/tests/compute/virt/hyperv/test_utilsv2.py +++ b/ceilometer/tests/compute/virt/hyperv/test_utilsv2.py @@ -1,7 +1,5 @@ # Copyright 2013 Cloudbase Solutions Srl # -# Author: Alessandro Pilotti -# # 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/tests/compute/virt/libvirt/test_inspector.py b/ceilometer/tests/compute/virt/libvirt/test_inspector.py index 5500af5c..e493957e 100644 --- a/ceilometer/tests/compute/virt/libvirt/test_inspector.py +++ b/ceilometer/tests/compute/virt/libvirt/test_inspector.py @@ -2,8 +2,6 @@ # # Copyright 2012 Red Hat, Inc # -# Author: Eoghan Glynn -# # 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 @@ -34,7 +32,7 @@ class TestLibvirtInspection(base.BaseTestCase): def setUp(self): super(TestLibvirtInspection, self).setUp() - class VMInstance: + class VMInstance(object): id = 'ff58e738-12f4-4c58-acde-77617b68da56' name = 'instance-00000001' self.instance = VMInstance diff --git a/ceilometer/tests/compute/virt/xenapi/test_inspector.py b/ceilometer/tests/compute/virt/xenapi/test_inspector.py index 1304a172..1048c49d 100644 --- a/ceilometer/tests/compute/virt/xenapi/test_inspector.py +++ b/ceilometer/tests/compute/virt/xenapi/test_inspector.py @@ -1,7 +1,5 @@ # Copyright 2014 Intel # -# Author: Ren Qiaowei -# # 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/tests/db.py b/ceilometer/tests/db.py index 79d08371..0c776e96 100644 --- a/ceilometer/tests/db.py +++ b/ceilometer/tests/db.py @@ -2,9 +2,6 @@ # Copyright 2012 New Dream Network, LLC (DreamHost) # Copyright 2013 eNovance # -# Author: Doug Hellmann -# Julien Danjou -# # 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/tests/dispatcher/test_db.py b/ceilometer/tests/dispatcher/test_db.py index c144af72..906cf513 100644 --- a/ceilometer/tests/dispatcher/test_db.py +++ b/ceilometer/tests/dispatcher/test_db.py @@ -1,8 +1,6 @@ # # Copyright 2013 IBM Corp # -# Author: Tong Li -# # 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 @@ -66,7 +64,7 @@ class TestDispatcherDB(base.BaseTestCase): 'counter_volume': 1, 'message_signature': 'invalid-signature'} - class ErrorConnection: + class ErrorConnection(object): called = False diff --git a/ceilometer/tests/dispatcher/test_file.py b/ceilometer/tests/dispatcher/test_file.py index 0d8360d4..df3b5edb 100644 --- a/ceilometer/tests/dispatcher/test_file.py +++ b/ceilometer/tests/dispatcher/test_file.py @@ -1,8 +1,6 @@ # # Copyright 2013 IBM Corp # -# Author: Tong Li -# # 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/tests/dispatcher/test_http.py b/ceilometer/tests/dispatcher/test_http.py index 6f394237..10ced3e6 100755 --- a/ceilometer/tests/dispatcher/test_http.py +++ b/ceilometer/tests/dispatcher/test_http.py @@ -1,8 +1,6 @@ # # Copyright 2013 IBM Corp # -# Author: Tong Li -# # 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/tests/energy/test_kwapi.py b/ceilometer/tests/energy/test_kwapi.py index 8055416e..e4840726 100644 --- a/ceilometer/tests/energy/test_kwapi.py +++ b/ceilometer/tests/energy/test_kwapi.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # -# Author: François Rossigneux -# # 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/tests/event/test_converter.py b/ceilometer/tests/event/test_converter.py index b768a64e..00bf40df 100644 --- a/ceilometer/tests/event/test_converter.py +++ b/ceilometer/tests/event/test_converter.py @@ -1,8 +1,6 @@ # # Copyright 2013 Rackspace Hosting. # -# Author: Monsyne Dragon -# # 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/tests/event/test_endpoint.py b/ceilometer/tests/event/test_endpoint.py index be540990..8ca24881 100644 --- a/ceilometer/tests/event/test_endpoint.py +++ b/ceilometer/tests/event/test_endpoint.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/tests/event/test_trait_plugins.py b/ceilometer/tests/event/test_trait_plugins.py index c25c430e..e0ab980c 100644 --- a/ceilometer/tests/event/test_trait_plugins.py +++ b/ceilometer/tests/event/test_trait_plugins.py @@ -1,8 +1,6 @@ # # Copyright 2013 Rackspace Hosting. # -# Author: Monsyne Dragon -# # 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/tests/image/test_glance.py b/ceilometer/tests/image/test_glance.py index 92d71eeb..9ee7780c 100644 --- a/ceilometer/tests/image/test_glance.py +++ b/ceilometer/tests/image/test_glance.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Julien Danjou -# # 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/tests/image/test_notifications.py b/ceilometer/tests/image/test_notifications.py index 455fb90c..2e0d723d 100644 --- a/ceilometer/tests/image/test_notifications.py +++ b/ceilometer/tests/image/test_notifications.py @@ -1,9 +1,6 @@ # # Copyright 2012 Red Hat Inc. # -# Author: Eoghan Glynn -# Author: Julien danjou -# # 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/tests/ipmi/notifications/ipmi_test_data.py b/ceilometer/tests/ipmi/notifications/ipmi_test_data.py index ec3f455f..583219fe 100644 --- a/ceilometer/tests/ipmi/notifications/ipmi_test_data.py +++ b/ceilometer/tests/ipmi/notifications/ipmi_test_data.py @@ -1,8 +1,6 @@ # # Copyright 2014 Red Hat, Inc # -# Author: Chris Dent -# # 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/tests/ipmi/notifications/test_ironic.py b/ceilometer/tests/ipmi/notifications/test_ironic.py index 82fb9dda..3d242062 100644 --- a/ceilometer/tests/ipmi/notifications/test_ironic.py +++ b/ceilometer/tests/ipmi/notifications/test_ironic.py @@ -1,8 +1,6 @@ # # Copyright 2014 Red Hat, Inc # -# Author: Chris Dent -# # 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/tests/ipmi/platform/fake_utils.py b/ceilometer/tests/ipmi/platform/fake_utils.py index d5fe47fb..ab1474c6 100644 --- a/ceilometer/tests/ipmi/platform/fake_utils.py +++ b/ceilometer/tests/ipmi/platform/fake_utils.py @@ -1,7 +1,5 @@ # Copyright 2014 Intel Corp. # -# Author: Zhai Edwin -# # 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/tests/ipmi/platform/ipmitool_test_data.py b/ceilometer/tests/ipmi/platform/ipmitool_test_data.py index b64580e9..1b6bcc33 100644 --- a/ceilometer/tests/ipmi/platform/ipmitool_test_data.py +++ b/ceilometer/tests/ipmi/platform/ipmitool_test_data.py @@ -1,7 +1,5 @@ # Copyright 2014 Intel Corp. # -# Author: Zhai Edwin -# # 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/tests/ipmi/platform/test_intel_node_manager.py b/ceilometer/tests/ipmi/platform/test_intel_node_manager.py index 8c8b5e26..bc5513e7 100644 --- a/ceilometer/tests/ipmi/platform/test_intel_node_manager.py +++ b/ceilometer/tests/ipmi/platform/test_intel_node_manager.py @@ -1,7 +1,5 @@ # Copyright 2014 Intel Corp. # -# Author: Zhai Edwin -# # 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/tests/ipmi/platform/test_ipmi_sensor.py b/ceilometer/tests/ipmi/platform/test_ipmi_sensor.py index 65a50795..0fc4a866 100644 --- a/ceilometer/tests/ipmi/platform/test_ipmi_sensor.py +++ b/ceilometer/tests/ipmi/platform/test_ipmi_sensor.py @@ -1,7 +1,5 @@ # Copyright 2014 Intel Corp. # -# Author: Zhai Edwin -# # 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/tests/ipmi/pollsters/base.py b/ceilometer/tests/ipmi/pollsters/base.py index 121e1efe..08dc3fa3 100644 --- a/ceilometer/tests/ipmi/pollsters/base.py +++ b/ceilometer/tests/ipmi/pollsters/base.py @@ -1,7 +1,5 @@ # Copyright 2014 Intel # -# Author: Zhai Edwin -# # 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/tests/ipmi/pollsters/test_node.py b/ceilometer/tests/ipmi/pollsters/test_node.py index 30fc45dd..b66bdf54 100644 --- a/ceilometer/tests/ipmi/pollsters/test_node.py +++ b/ceilometer/tests/ipmi/pollsters/test_node.py @@ -1,7 +1,5 @@ # Copyright 2014 Intel Corp. # -# Author: Zhai Edwin -# # 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/tests/ipmi/pollsters/test_sensor.py b/ceilometer/tests/ipmi/pollsters/test_sensor.py index 336a7f90..794d89dc 100644 --- a/ceilometer/tests/ipmi/pollsters/test_sensor.py +++ b/ceilometer/tests/ipmi/pollsters/test_sensor.py @@ -1,7 +1,5 @@ # Copyright 2014 Intel Corp. # -# Author: Zhai Edwin -# # 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/tests/network/services/test_fwaas.py b/ceilometer/tests/network/services/test_fwaas.py index 34440e1f..e50f8bf8 100644 --- a/ceilometer/tests/network/services/test_fwaas.py +++ b/ceilometer/tests/network/services/test_fwaas.py @@ -1,8 +1,6 @@ # # Copyright 2014 Cisco Systems,Inc. # -# Author: Pradeep Kilambi -# # 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/tests/network/services/test_lbaas.py b/ceilometer/tests/network/services/test_lbaas.py index b00092db..213843a1 100644 --- a/ceilometer/tests/network/services/test_lbaas.py +++ b/ceilometer/tests/network/services/test_lbaas.py @@ -1,8 +1,6 @@ # # Copyright 2014 Cisco Systems,Inc. # -# Author: Pradeep Kilambi -# # 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/tests/network/services/test_vpnaas.py b/ceilometer/tests/network/services/test_vpnaas.py index e1ae2d78..395a1b49 100644 --- a/ceilometer/tests/network/services/test_vpnaas.py +++ b/ceilometer/tests/network/services/test_vpnaas.py @@ -1,8 +1,6 @@ # # Copyright 2014 Cisco Systems,Inc. # -# Author: Pradeep Kilambi -# # 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/tests/network/statistics/opencontrail/test_client.py b/ceilometer/tests/network/statistics/opencontrail/test_client.py index 344d9fb1..b8f832c3 100644 --- a/ceilometer/tests/network/statistics/opencontrail/test_client.py +++ b/ceilometer/tests/network/statistics/opencontrail/test_client.py @@ -1,7 +1,5 @@ # Copyright (C) 2014 eNovance SAS # -# Author: Sylvain Afchain -# # 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/tests/network/statistics/opencontrail/test_driver.py b/ceilometer/tests/network/statistics/opencontrail/test_driver.py index 4360308a..30af4b92 100644 --- a/ceilometer/tests/network/statistics/opencontrail/test_driver.py +++ b/ceilometer/tests/network/statistics/opencontrail/test_driver.py @@ -1,7 +1,5 @@ # Copyright (C) 2014 eNovance SAS # -# Author: Sylvain Afchain -# # 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/tests/network/test_floatingip.py b/ceilometer/tests/network/test_floatingip.py index 6811697d..1853364a 100644 --- a/ceilometer/tests/network/test_floatingip.py +++ b/ceilometer/tests/network/test_floatingip.py @@ -5,8 +5,6 @@ # Copyright 2013 IBM Corp # All Rights Reserved. # -# Author: Julien Danjou -# # 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/tests/network/test_notifications.py b/ceilometer/tests/network/test_notifications.py index 5f1b3b4d..4c233515 100644 --- a/ceilometer/tests/network/test_notifications.py +++ b/ceilometer/tests/network/test_notifications.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Julien Danjou -# # 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/tests/objectstore/test_swift.py b/ceilometer/tests/objectstore/test_swift.py index be32aabb..b55d0972 100644 --- a/ceilometer/tests/objectstore/test_swift.py +++ b/ceilometer/tests/objectstore/test_swift.py @@ -2,8 +2,6 @@ # # Copyright 2012 eNovance # -# Author: Guillaume Pernot -# # 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/tests/objectstore/test_swift_middleware.py b/ceilometer/tests/objectstore/test_swift_middleware.py index c7cb14f7..436c6115 100644 --- a/ceilometer/tests/objectstore/test_swift_middleware.py +++ b/ceilometer/tests/objectstore/test_swift_middleware.py @@ -2,8 +2,6 @@ # # Copyright 2012 eNovance # -# Author: Julien Danjou -# # 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/tests/orchestration/test_notifications.py b/ceilometer/tests/orchestration/test_notifications.py index 7addb7a6..fe84abfe 100644 --- a/ceilometer/tests/orchestration/test_notifications.py +++ b/ceilometer/tests/orchestration/test_notifications.py @@ -1,5 +1,3 @@ -# Author: Swann Croiset -# # 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/tests/publisher/test_direct.py b/ceilometer/tests/publisher/test_direct.py index 9cf23090..5292bf0f 100644 --- a/ceilometer/tests/publisher/test_direct.py +++ b/ceilometer/tests/publisher/test_direct.py @@ -1,8 +1,6 @@ # # Copyright 2015 Red Hat # -# Author: Chris Dent -# # 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/tests/publisher/test_file.py b/ceilometer/tests/publisher/test_file.py index 4c92c40e..f4dfb7d9 100644 --- a/ceilometer/tests/publisher/test_file.py +++ b/ceilometer/tests/publisher/test_file.py @@ -1,8 +1,6 @@ # # Copyright 2013-2014 eNovance # -# Author: Julien Danjou -# # 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/tests/publisher/test_messaging_publisher.py b/ceilometer/tests/publisher/test_messaging_publisher.py index 94f9bbaa..587728c5 100644 --- a/ceilometer/tests/publisher/test_messaging_publisher.py +++ b/ceilometer/tests/publisher/test_messaging_publisher.py @@ -1,9 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# Julien Danjou -# # 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/tests/publisher/test_udp.py b/ceilometer/tests/publisher/test_udp.py index 80a64044..aa764943 100644 --- a/ceilometer/tests/publisher/test_udp.py +++ b/ceilometer/tests/publisher/test_udp.py @@ -1,8 +1,6 @@ # # Copyright 2013-2014 eNovance # -# Author: Julien Danjou -# # 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/tests/publisher/test_utils.py b/ceilometer/tests/publisher/test_utils.py index b4b1b67d..a4eb5265 100644 --- a/ceilometer/tests/publisher/test_utils.py +++ b/ceilometer/tests/publisher/test_utils.py @@ -1,10 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# Julien Danjou -# Tyaptin Ilya -# # 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/tests/storage/sqlalchemy/test_models.py b/ceilometer/tests/storage/sqlalchemy/test_models.py index bacb04ee..18cbd768 100644 --- a/ceilometer/tests/storage/sqlalchemy/test_models.py +++ b/ceilometer/tests/storage/sqlalchemy/test_models.py @@ -1,8 +1,6 @@ # # Copyright 2013 Rackspace Hosting # -# Author: Thomas Maddox -# # 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/tests/storage/test_base.py b/ceilometer/tests/storage/test_base.py index 99e15507..686c97f9 100644 --- a/ceilometer/tests/storage/test_base.py +++ b/ceilometer/tests/storage/test_base.py @@ -1,8 +1,6 @@ # # Copyright 2013 eNovance # -# Author: Julien Danjou -# # 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/tests/storage/test_get_connection.py b/ceilometer/tests/storage/test_get_connection.py index 6148c2d9..f8d86036 100644 --- a/ceilometer/tests/storage/test_get_connection.py +++ b/ceilometer/tests/storage/test_get_connection.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/tests/storage/test_impl_hbase.py b/ceilometer/tests/storage/test_impl_hbase.py index 5eeacf7f..80327b98 100644 --- a/ceilometer/tests/storage/test_impl_hbase.py +++ b/ceilometer/tests/storage/test_impl_hbase.py @@ -1,9 +1,6 @@ # # Copyright 2012, 2013 Dell Inc. # -# Author: Stas Maksimov -# Author: Shengjie Min -# # 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/tests/storage/test_impl_log.py b/ceilometer/tests/storage/test_impl_log.py index 9294410b..2637e034 100644 --- a/ceilometer/tests/storage/test_impl_log.py +++ b/ceilometer/tests/storage/test_impl_log.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/tests/storage/test_impl_mongodb.py b/ceilometer/tests/storage/test_impl_mongodb.py index f10ceaa8..f90af829 100644 --- a/ceilometer/tests/storage/test_impl_mongodb.py +++ b/ceilometer/tests/storage/test_impl_mongodb.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/tests/storage/test_impl_sqlalchemy.py b/ceilometer/tests/storage/test_impl_sqlalchemy.py index 5165991c..a082b1e8 100644 --- a/ceilometer/tests/storage/test_impl_sqlalchemy.py +++ b/ceilometer/tests/storage/test_impl_sqlalchemy.py @@ -1,7 +1,3 @@ -# -# Author: John Tran -# Julien Danjou -# # 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/tests/storage/test_models.py b/ceilometer/tests/storage/test_models.py index 1fc2627d..c3f1ce4c 100644 --- a/ceilometer/tests/storage/test_models.py +++ b/ceilometer/tests/storage/test_models.py @@ -1,8 +1,6 @@ # # Copyright 2013 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/tests/storage/test_storage_scenarios.py b/ceilometer/tests/storage/test_storage_scenarios.py index 1aec91cc..9637cfc2 100644 --- a/ceilometer/tests/storage/test_storage_scenarios.py +++ b/ceilometer/tests/storage/test_storage_scenarios.py @@ -1,10 +1,6 @@ # # Copyright 2013 Intel Corp. # -# Author: Lianhao Lu -# Shane Wang -# Julien Danjou -# # 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/tests/test_bin.py b/ceilometer/tests/test_bin.py index fe75cf6d..7ea2b243 100644 --- a/ceilometer/tests/test_bin.py +++ b/ceilometer/tests/test_bin.py @@ -2,8 +2,6 @@ # # Copyright 2012 eNovance # -# Author: Julien Danjou -# # 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/tests/test_collector.py b/ceilometer/tests/test_collector.py index 8f6ca4bb..b6ff66fb 100644 --- a/ceilometer/tests/test_collector.py +++ b/ceilometer/tests/test_collector.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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 @@ -38,7 +36,7 @@ class FakeException(Exception): pass -class FakeConnection(): +class FakeConnection(object): def create_worker(self, topic, proxy, pool_name): pass diff --git a/ceilometer/tests/test_coordination.py b/ceilometer/tests/test_coordination.py index 99cac13a..9ff5df8f 100644 --- a/ceilometer/tests/test_coordination.py +++ b/ceilometer/tests/test_coordination.py @@ -1,8 +1,6 @@ # # Copyright 2014 Red Hat, Inc. # -# Author: Nejc Saje -# # 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/tests/test_decoupled_pipeline.py b/ceilometer/tests/test_decoupled_pipeline.py index 53e781e1..283e811c 100644 --- a/ceilometer/tests/test_decoupled_pipeline.py +++ b/ceilometer/tests/test_decoupled_pipeline.py @@ -1,8 +1,6 @@ # # Copyright 2014 Red Hat, Inc # -# Author: Eoghan Glynn -# # 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/tests/test_deprecated_pipeline.py b/ceilometer/tests/test_deprecated_pipeline.py index 595015d9..6d2f68a9 100644 --- a/ceilometer/tests/test_deprecated_pipeline.py +++ b/ceilometer/tests/test_deprecated_pipeline.py @@ -1,8 +1,6 @@ # # Copyright 2014 Red Hat, Inc # -# Author: Eoghan Glynn -# # 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/tests/test_messaging.py b/ceilometer/tests/test_messaging.py index 1e89428a..77fa01bc 100644 --- a/ceilometer/tests/test_messaging.py +++ b/ceilometer/tests/test_messaging.py @@ -1,7 +1,5 @@ # Copyright (C) 2014 eNovance SAS # -# Author: Mehdi Abaakouk -# # 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/tests/test_middleware.py b/ceilometer/tests/test_middleware.py index 92cebe82..85aba8ec 100644 --- a/ceilometer/tests/test_middleware.py +++ b/ceilometer/tests/test_middleware.py @@ -1,8 +1,6 @@ # # Copyright 2013-2014 eNovance # -# Author: Julien Danjou -# # 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/tests/test_neutronclient.py b/ceilometer/tests/test_neutronclient.py index e8ae3a01..5a44664b 100644 --- a/ceilometer/tests/test_neutronclient.py +++ b/ceilometer/tests/test_neutronclient.py @@ -1,7 +1,5 @@ # Copyright (C) 2014 eNovance SAS # -# Author: Sylvain Afchain -# # 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/tests/test_notification.py b/ceilometer/tests/test_notification.py index 557b810b..c9b41ef9 100644 --- a/ceilometer/tests/test_notification.py +++ b/ceilometer/tests/test_notification.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/tests/test_notifier.py b/ceilometer/tests/test_notifier.py index 19e87552..0ccdb8ab 100644 --- a/ceilometer/tests/test_notifier.py +++ b/ceilometer/tests/test_notifier.py @@ -1,8 +1,6 @@ # # Copyright 2013 eNovance # -# Author: Julien Danjou -# # 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/tests/test_novaclient.py b/ceilometer/tests/test_novaclient.py index fc24974b..c592a2ec 100644 --- a/ceilometer/tests/test_novaclient.py +++ b/ceilometer/tests/test_novaclient.py @@ -2,8 +2,6 @@ # # Copyright 2013-2014 eNovance # -# Author: Julien Danjou -# # 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/tests/test_utils.py b/ceilometer/tests/test_utils.py index b7741018..429313e8 100644 --- a/ceilometer/tests/test_utils.py +++ b/ceilometer/tests/test_utils.py @@ -2,9 +2,6 @@ # Copyright 2012 New Dream Network, LLC (DreamHost) # Copyright (c) 2013 OpenStack Foundation # -# Author: Doug Hellmann -# All Rights Reserved. -# # 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/tests/volume/test_notifications.py b/ceilometer/tests/volume/test_notifications.py index 4f29ec84..af1b0585 100644 --- a/ceilometer/tests/volume/test_notifications.py +++ b/ceilometer/tests/volume/test_notifications.py @@ -366,4 +366,4 @@ class TestSnapshotNotifications(TestNotifications): self._check_size(NOTIFICATION_SNAPSHOT_DELETE_START) self._check_size(NOTIFICATION_SNAPSHOT_DELETE_END) self._check_size(NOTIFICATION_SNAPSHOT_UPDATE_START) - self._check_size(NOTIFICATION_SNAPSHOT_UPDATE_END) \ No newline at end of file + self._check_size(NOTIFICATION_SNAPSHOT_UPDATE_END) diff --git a/ceilometer/transformer/__init__.py b/ceilometer/transformer/__init__.py index 2c6bda3b..e69f9f7f 100644 --- a/ceilometer/transformer/__init__.py +++ b/ceilometer/transformer/__init__.py @@ -1,8 +1,6 @@ # # Copyright 2013 Intel Corp. # -# Author: Yunhong Jiang -# # 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/transformer/accumulator.py b/ceilometer/transformer/accumulator.py index 5b8d9048..0ae9ce9a 100644 --- a/ceilometer/transformer/accumulator.py +++ b/ceilometer/transformer/accumulator.py @@ -1,8 +1,6 @@ # # Copyright 2013 Julien Danjou # -# Author: Julien Danjou -# # 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/transformer/arithmetic.py b/ceilometer/transformer/arithmetic.py index 37fa692c..b5a15ade 100644 --- a/ceilometer/transformer/arithmetic.py +++ b/ceilometer/transformer/arithmetic.py @@ -1,8 +1,6 @@ # # Copyright 2014 Red Hat, Inc # -# Author: Nejc Saje -# # 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 @@ -121,7 +119,7 @@ class ArithmeticTransformer(transformer.TransformerBase): the translation of meter names into Python identifiers """ - class Replacer(): + class Replacer(object): """Replaces matched meter names with escaped names. If the meter name is not followed by parameter access in the diff --git a/ceilometer/transformer/conversions.py b/ceilometer/transformer/conversions.py index 498f466f..1e5f8190 100644 --- a/ceilometer/transformer/conversions.py +++ b/ceilometer/transformer/conversions.py @@ -1,8 +1,6 @@ # # Copyright 2013 Red Hat, Inc # -# Author: Eoghan Glynn -# # 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/volume/notifications.py b/ceilometer/volume/notifications.py index f3eeb490..792f0ef8 100644 --- a/ceilometer/volume/notifications.py +++ b/ceilometer/volume/notifications.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Julien Danjou -# # 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/etc/apache2/ceilometer b/etc/apache2/ceilometer index 86df3dbf..1b07e000 100644 --- a/etc/apache2/ceilometer +++ b/etc/apache2/ceilometer @@ -1,7 +1,5 @@ # Copyright (c) 2013 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/test-requirements-py3.txt b/test-requirements-py3.txt index 24ced596..b155c194 100644 --- a/test-requirements-py3.txt +++ b/test-requirements-py3.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. # Hacking already pins down pep8, pyflakes and flake8 -hacking>=0.9.2,<0.10 +hacking>=0.10.0,<0.11 Babel>=1.3 coverage>=3.6 discover diff --git a/test-requirements.txt b/test-requirements.txt index e2e34737..caa68b99 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. # Hacking already pins down pep8, pyflakes and flake8 -hacking>=0.9.2,<0.10 +hacking>=0.10.0,<0.11 Babel>=1.3 coverage>=3.6 discover diff --git a/tools/ceilometer-test-event.py b/tools/ceilometer-test-event.py index 66325cd2..9e4da48c 100755 --- a/tools/ceilometer-test-event.py +++ b/tools/ceilometer-test-event.py @@ -2,8 +2,6 @@ # # Copyright 2013 Rackspace Hosting. # -# Author: Monsyne Dragon -# # 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/tools/lintstack.py b/tools/lintstack.py index 557bbf1c..ddea7993 100755 --- a/tools/lintstack.py +++ b/tools/lintstack.py @@ -103,7 +103,13 @@ class LintOutput(object): def review_str(self): return ("File %(filename)s\nLine %(lineno)d:%(line_content)s\n" - "%(code)s: %(message)s" % self.__dict__) + "%(code)s: %(message)s" % { + "filename": self.filename, + "lineno": self.lineno, + "line_content": self.line_content, + "code": self.code, + "message": self.message, + }) class ErrorKeys(object): diff --git a/tools/make_test_data.py b/tools/make_test_data.py index dbd99624..347eba1c 100755 --- a/tools/make_test_data.py +++ b/tools/make_test_data.py @@ -2,8 +2,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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/tools/release-bugs.py b/tools/release-bugs.py index 2314c813..2f3591d0 100755 --- a/tools/release-bugs.py +++ b/tools/release-bugs.py @@ -2,8 +2,6 @@ # # Copyright 2012 Graham Binns for Canonical # -# Author: Graham Binns -# # 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/tools/show_data.py b/tools/show_data.py index cd965d36..365f1a9b 100755 --- a/tools/show_data.py +++ b/tools/show_data.py @@ -2,8 +2,6 @@ # # Copyright 2012 New Dream Network (DreamHost) # -# Author: Doug Hellmann -# # 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