aodh/ceilometer/hardware
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
..
inspector Allow to pass dict from resource discovery 2014-09-10 10:54:19 +02:00
pollsters Fix recording failure for system pollster 2014-10-08 16:49:16 +05:30
__init__.py Added hardware agent's inspector and snmp implementation 2014-02-27 04:08:48 +00:00
discovery.py Merge "Fix help strings" 2014-10-07 04:26:33 +00:00
plugin.py Allow to pass dict from resource discovery 2014-09-10 10:54:19 +02:00