deb-ceilometer/ceilometer
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
..
agent Python 3: generalize the usage of the six module 2015-05-15 22:41:52 +02:00
alarm Python 3: generalize the usage of the six module 2015-05-15 22:41:52 +02:00
api api: record severity change in alarm history 2015-05-06 14:23:37 +02:00
cmd Merge "Move ceilometer/cli.py to ceilometer/cmd/sample.py" 2015-04-28 18:52:08 +00:00
compute Python 3: generalize the usage of the six module 2015-05-15 22:41:52 +02:00
data_processing Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
dispatcher rebuild event model only for database writes 2015-05-07 14:51:00 +00:00
energy Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
event cleanup problem events logic in event db storage 2015-05-07 14:50:52 +00:00
hacking enable oslo namespace check for ceilometer project 2015-02-11 16:09:19 +08:00
hardware Python 3: generalize the usage of the six module 2015-05-15 22:41:52 +02:00
identity Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
image Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
ipmi Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
key_value_storage Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
locale Imported Translations from Transifex 2015-05-07 06:07:21 +00:00
network Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
objectstore Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
openstack Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
orchestration Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
profiler Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
publisher Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
storage Python 3: generalize the usage of the six module 2015-05-15 22:41:52 +02:00
tests Python 3: generalize the usage of the six module 2015-05-15 22:41:52 +02:00
transformer Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
volume Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
__init__.py Disable eventlet monkey-patching of DNS 2015-01-19 12:45:23 +00:00
collector.py rebuild event model only for database writes 2015-05-07 14:51:00 +00:00
coordination.py correctly leave group when process is stopped 2015-02-12 15:57:52 +08:00
i18n.py switch to oslo_i18n 2015-01-12 20:16:20 +08:00
keystone_client.py alarming: add gnocchi alarm rules 2015-02-23 16:57:43 +01:00
messaging.py Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
middleware.py Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
neutron_client.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
notification.py Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
notifier.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
nova_client.py drop deprecated novaclient.v1_1 2015-03-19 21:54:59 +08:00
opts.py Fix raise error when run "tox -egenconfig" 2015-04-27 16:11:12 +08:00
pipeline.py Make interval optional in pipeline 2015-05-05 12:31:42 +08:00
sample.py Use oslo_config instead of deprecated oslo.config 2015-01-15 12:51:18 +04:00
service.py Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
utils.py add event listener to collector 2015-02-02 11:00:47 -05:00