aodh/ceilometer/agent
Victor Stinner de9c4891e7 Python 3: generalize the usage of the six module
* Replace itertools.ifilter() with six.moves.filter()
* Replace itertools.imap() with six.moves.map()
* Replace map(_compare, statistics)
  with [_compare(statistic) for statistic in statistics]
* Replace obj.iterkeys() with six.iterkeys(obj)
* Replace obj.iteritems() with six.iteritems(obj)
* Replace xrange() with six.moves.xrange(), or with range() for small
  ranges
* Replace the repr module with six.moves.reprlib

Change-Id: Iaaa328cc15355182bde444a1aeaa4385691c8f90
2015-05-15 22:41:52 +02:00
..
discovery Add local node resource for IPMI pollsters 2015-02-06 14:59:48 +08:00
__init__.py Move central agent code to the polling agent module 2014-12-12 20:55:15 +03:00
base.py Python 3: generalize the usage of the six module 2015-05-15 22:41:52 +02:00
manager.py alarming: add gnocchi alarm rules 2015-02-23 16:57:43 +01:00
plugin_base.py broadcast data to relevant queues only 2015-04-12 23:56:42 -04:00