OpenStack Telemetry (Ceilometer) Alarming
Go to file
Dina Belova 0d8cb5e751 Replace iterator.next() with next(iterator)
Python 3 introduced a next() function to replace the next()
method on iterator objects. Rather than calling the method on the
iterator, the next() function is called with the iterable object
as it's sole parameter, which calls the underlying __next__() method.

As the next() function was backported to Python 2.6, we can
use it either in the 2.x or 3.x simultaneously - that's why
six.next() usage was also removed from the source code.

Partially-Implements: blueprint ceilometer-py33-support
Change-Id: I47ad69b0e5dc0840f733230d485bb1443cff8e5b
2014-07-28 15:21:35 +04:00
bin Remove (c) and remove unnecessary encoding lines 2014-05-31 13:02:21 +02:00
ceilometer Replace iterator.next() with next(iterator) 2014-07-28 15:21:35 +04:00
doc Update measurement docs for FWaaS 2014-07-22 21:14:09 +00:00
etc Support for metering FWaaS 2014-07-22 07:42:53 -07:00
nova_tests Remove (c) and remove unnecessary encoding lines 2014-05-31 13:02:21 +02:00
tools sync oslo code 2014-06-18 11:33:04 -04:00
.coveragerc test code should be excluded from test coverage summary 2013-12-11 11:40:51 -05:00
.gitignore Clean up .gitignore 2014-06-16 09:00:22 +02:00
.gitreview Update .gitreview for openstack. 2012-11-11 19:13:08 +00:00
.testr.conf Reenables the testr per test timeout 2014-06-18 09:49:11 +00:00
babel.cfg Ground work for transifex-ify ceilometer. 2012-12-18 10:14:03 +08:00
CONTRIBUTING.rst Fix the section name in CONTRIBUTING.rst 2014-07-01 14:56:49 +08:00
LICENSE include a copy of the ASL 2.0 2013-03-15 14:25:48 +00:00
MAINTAINERS Fix some spelling mistakes and a incorrect url 2014-03-06 11:28:50 +08:00
openstack-common.conf Clean up oslo.middleware.{audit,notifier} 2014-06-18 10:52:55 +08:00
README.rst Rename README.md to README.rst 2013-07-14 21:09:38 +02:00
ReleaseNotes Update documentation URL 2012-12-05 10:22:43 +01:00
requirements.txt Updated from global requirements 2014-07-22 16:39:24 +00:00
setup-test-env.sh Respect $TMPDIR environment variable to run tests 2014-06-10 10:16:17 +02:00
setup.cfg Move hbase alarms driver code to alarm tree 2014-07-23 16:55:44 +02:00
setup.py Updated from global requirements 2014-05-20 12:59:42 -04:00
test-requirements.txt Remove docutils pin 2014-07-08 16:43:37 -07:00
tox.ini Merge "Revert "Align to openstack python package index mirror"" 2014-07-10 13:18:50 +00:00

ceilometer

See the ReleaseNotes document and the project home for more info.

http://launchpad.net/ceilometer