diff --git a/ceilometer/agent/discovery/endpoint.py b/ceilometer/agent/discovery/endpoint.py index c7c84b366..51bbae857 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 8c0430384..4395c1a6b 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 95ad9a3e1..e26b86c98 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 b3b82264f..1ec89a68f 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 fc5ca9bde..5b22719e8 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 1863078c8..07c16bdbb 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 80a0f0858..9876abc3b 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 9777f1119..33f4a7e95 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 496f4f378..396f47c04 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 4a64b9d58..e2abd1741 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 17945bf06..126f203df 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 92db547fa..e95f71ea0 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 0b8675b23..ba559a06b 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 b71bf11de..903725d70 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 620161b39..822f1fd13 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 474de123d..ffaed1b1b 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 4037d3a39..2171d5efc 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 1fd1469cc..a5a4856ec 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 ab8fb6989..cf13160f5 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 43efbd2a6..f2c00245b 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 66465ff51..2f4d948c2 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 473079adb..0eb59af22 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 f67b81532..7d6439b4c 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 57c7c1692..46517ccc0 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 ddf7b4a20..ac6afafd2 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 890a91217..174bc2268 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 a3dfd6806..5e5a954ee 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 62e8e3e66..b0d2dfa37 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 0c23f0f35..b4832e79c 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 86af94dac..fa1704aa4 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 aed40dde9..12b7d948b 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 f5efc830f..ec1140e2b 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 41a52b663..719818d0e 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 c929f591a..6c253839e 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 8deda07af..d46e416b8 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 a00620028..c4e3ce59f 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 bc09f96a0..ec37be189 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 75beabf48..3b04e5300 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 c3b293495..de31291b9 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 161112b28..792762124 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 d7a49c823..08b89391a 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 fcc846a47..ea5557658 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 a6dfdddf4..cbe9da428 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 d9add5a85..430c6b4b5 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 0e6bc2129..d811e30be 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 b65b88514..4ba177e3e 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 30ab4ba65..fadc8ee2a 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 d585d1c30..2b8c8e4f3 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 ee71777c3..7e83d028b 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 1df85d905..e0a482a2b 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 a96a744dc..991987ebe 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 0e3590008..72587dc34 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 0a7d48557..bc8c13dcd 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 cbf7c5c8e..61a1be011 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 ce7ed31a0..e6d32f19c 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 928b91fd1..3aefddd97 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 46aabcf32..ca1c1fb1e 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 fd4d99c36..9421b3f28 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 2c7fb3024..765740584 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 39243ae7a..f8c305a93 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 deebb8d4f..1d952b35d 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 e2a67e17c..5b5c0506a 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 13a36f50b..37e347727 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 e96191feb..4c7ad648f 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 52d76559a..a480f48ae 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 51ce60c91..b97f39360 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 b16bc2462..fa06b2a43 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 2336c7470..0eb825505 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 54c1123a7..6114dcc18 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 7d6e13dbb..1847a591e 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 499897580..59673cfa7 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 5c43596e7..4b0bc274e 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 659d6a56d..307e5dd0b 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 cf04f09c2..69c8ee437 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 fca1870ac..9d1ed80ff 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 b9ef9ed26..65b35f18d 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 c5e357b55..2c2bf6ece 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 236dbda77..379aea60f 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 705788333..903e3b258 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 660d7932b..7ab053dfd 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 af0971bdb..1700b5749 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 6cfb46da0..88d9373a7 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 8164ec28c..e6f4d2e10 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 9c3e2f932..c919b4e1e 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 6169d7e51..ab9a360b4 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 5c4bf7195..0abfc2b70 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 ff40e0618..00d901752 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 0d34c9b3e..75af5ba85 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 9164cd18a..372400164 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 00306405e..a2730a389 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 9f7be201b..48b4e13c8 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 8b7c29dad..816a4c5d4 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 925288c85..023064931 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 9e3f25da5..f0ca592bd 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 724a1d5ff..def074bad 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 46867e757..3f9a02c51 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 38bb12b5f..ac962019f 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 55b06c152..07b169151 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 8b87e605f..6f8de1240 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 32af6c216..924829941 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 a900b947c..1f143a929 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 669fac7b3..73d9e2bac 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 e7e26e8a8..bec6d6348 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 ab476e272..8189f02f0 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 78e9947e5..688e5ffd0 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 b5e64c1c7..5cd703584 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 827676c55..b4ed8d8ce 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 1073881be..160e68e59 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 62f73b069..6285574ef 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 ba198eafb..d89866cce 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 22eaf6fde..16ba41e5e 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 21a93371d..31af004bd 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 0c6ca46fa..de5d53352 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 fb450a84b..6ba36727b 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 40c034fc1..70eb13496 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 cbc413675..ad2f22ed1 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 9c2a03d28..11f692892 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 3e896dcbe..256ab89d1 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 ec5689132..7b1b5caaa 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 a885fb2c1..241ac79ae 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 3d0040924..a3c61a1c0 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 f687e3c69..b7453dd02 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 5d7f1fec0..478febc0a 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 a2398c9b4..551f5045d 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 5572b708e..c8c9af9b5 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 cc769a198..ca97361e3 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 d7a42d92c..c6e0add47 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 f1fc22ce7..a3253d6ff 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 e202efacc..fbc5016c7 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 58fedca8a..cf95205b0 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 c7ebf9c8e..c10da44ed 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 a0fa2d435..8d376c2c5 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 fb7c978ff..d36fd4622 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 230d4d9b6..37f24af7d 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 b7660357d..e694df799 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 c72695d5b..09e91416d 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 12a74f837..4ca545058 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 09da62296..1aa3afe73 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 61137ed80..ceda7835d 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 8a07a2a5c..394b59def 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 3e00e6b6e..8c167b43e 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 efcae0c48..6faa4619c 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 758fef766..7240d2c1a 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 985d62866..56dda29ff 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 a58c65b87..b519ce52d 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 5500af5cc..e493957ef 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 1304a1725..1048c49d4 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 79d083716..0c776e963 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 c144af72a..906cf5132 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 0d8360d4e..df3b5edb7 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 6f3942371..10ced3e69 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 8055416e3..e48407265 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 b768a64eb..00bf40df6 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 be5409905..8ca24881d 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 c25c430e5..e0ab980c4 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 92d71eebc..9ee7780c7 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 455fb90c8..2e0d723d5 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 ec3f455f4..583219fe7 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 82fb9dda2..3d242062a 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 d5fe47fb6..ab1474c66 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 b64580e9a..1b6bcc33c 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 8c8b5e268..bc5513e71 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 65a50795f..0fc4a8662 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 121e1efe6..08dc3fa34 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 30fc45dd5..b66bdf542 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 336a7f90f..794d89dc7 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 34440e1f7..e50f8bf82 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 b00092db6..213843a18 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 e1ae2d788..395a1b49c 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 344d9fb14..b8f832c30 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 4360308a5..30af4b92e 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 6811697d7..1853364a0 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 5f1b3b4d2..4c2335153 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 be32aabb5..b55d09727 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 c7cb14f7a..436c61156 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 7addb7a6a..fe84abfed 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 9cf23090f..5292bf0f5 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 4c92c40ea..f4dfb7d96 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 94f9bbaa8..587728c59 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 80a640440..aa7649437 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 b4b1b67dd..a4eb52653 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 bacb04ee5..18cbd7686 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 99e15507b..686c97f97 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 6148c2d9e..f8d86036d 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 5eeacf7fa..80327b983 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 9294410bb..2637e0349 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 f10ceaa8a..f90af8297 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 5165991c6..a082b1e8f 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 1fc2627d4..c3f1ce4c2 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 1aec91cc1..9637cfc25 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 fe75cf6d7..7ea2b2430 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 8f6ca4bb0..b6ff66fb3 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 99cac13ad..9ff5df8fd 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 53e781e13..283e811c8 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 595015d97..6d2f68a9b 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 1e89428a3..77fa01bc7 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 92cebe82a..85aba8ec0 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 e8ae3a013..5a44664bd 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 557b810bc..c9b41ef94 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 19e875527..0ccdb8ab9 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 fc24974b0..c592a2ecc 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 b77410187..429313e8a 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 4f29ec846..af1b05855 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 2c6bda3b7..e69f9f7ff 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 5b8d90487..0ae9ce9a0 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 37fa692cc..b5a15ade6 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 498f466f5..1e5f81906 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 f3eeb4904..792f0ef80 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 86df3dbfb..1b07e000f 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 24ced5969..b155c1947 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 e2e347370..caa68b992 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 66325cd21..9e4da48c6 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 557bbf1c8..ddea7993e 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 dbd996249..347eba1c0 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 2314c8138..2f3591d02 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 cd965d368..365f1a9be 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