deb-ceilometer/ceilometer/agent
Edwin Zhai ca31c2392a Fix wrong parameter reference in periodic decorator
When setting up polling tasks with different interval, peroidic
decorator refers one outside variable, polling_task. However, this
happends in For loop, so that polling_task is constant across all
iterations and all intervals are related to last polling_task. This
patch adds extra parameter for the decorator function to fix it.

Change-Id: Id3be9078a9b9c8e0598cd7ddc88ccd02d6665d16
Closes-Bug: #1606852
2016-07-27 10:49:41 +00:00
..
discovery remove floating_ip_get_all in nova_client 2016-05-01 03:07:55 +08:00
__init__.py Move central agent code to the polling agent module 2014-12-12 20:55:15 +03:00
manager.py Fix wrong parameter reference in periodic decorator 2016-07-27 10:49:41 +00:00
plugin_base.py consumes error notif. when event are disabled 2016-07-21 15:08:23 +02:00