aodh/ceilometer/hardware/pollsters
Samta f8f63d4b15 Fix recording failure for system pollster
The parameter "cumulative" was interpreted as a list and could
not be recognized as a valid Type for SQL query hence failing
to record the data for the pollster.

The presence of ',' operator in the pollster class after the term
CUMULATIVE caused it to be treated as a list

This is corrected to interpret the field as a string which will
be successfully recorded to the meter database.

Change-Id: I10a69134a7f0c42a3e6c0d9bb7568e8d8fd2a932
Closes-Bug: 1378742
2014-10-08 16:49:16 +05:30
..
__init__.py Added hardware pollsters for the central agent 2014-02-27 13:08:45 +08:00
cpu.py Rebase hardware pollsters to use new inspector interface 2014-08-27 10:21:53 +08:00
disk.py Allow to pass dict from resource discovery 2014-09-10 10:54:19 +02:00
memory.py Adding another set of hardware metrics 2014-09-05 08:52:17 +02:00
net.py Allow to pass dict from resource discovery 2014-09-10 10:54:19 +02:00
network_aggregated.py Adding another set of hardware metrics 2014-09-05 08:52:17 +02:00
system.py Fix recording failure for system pollster 2014-10-08 16:49:16 +05:30
util.py Use None instead of mutables in method params default values 2014-09-19 13:52:53 +04:00