[openstack-announce] [release][stable][telemetry] ceilometer 2015.1.4 release (kilo)

no-reply at openstack.org no-reply at openstack.org
Tue May 10 13:38:03 UTC 2016


We are amped to announce the release of:

ceilometer 2015.1.4: OpenStack Telemetry

This release is part of the kilo stable release series.

For more details, please see below.

Changes in ceilometer 2015.1.3..2015.1.4
----------------------------------------

b4d95af Remove gabbi tests that check content-location
be0ff95 Fix arguments error at call timeutils.utcnow
0ed7068 Updated from global requirements
e4bc109 Bump Kilo next version to 2015.1.4 & fix pip
b968f5f Changes aggregator transformer to allow retention_time w/o size

Diffstat (except docs and test files)
-------------------------------------

ceilometer/compute/discovery.py                    |  2 +-
ceilometer/hardware/discovery.py                   |  2 +-
ceilometer/transformer/conversions.py              |  5 +-
setup.cfg                                          |  2 +-
test-requirements-py3.txt                          |  2 +-
test-requirements.txt                              |  2 +-
tox.ini                                            |  1 -
12 files changed, 98 insertions(+), 36 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index fe007b8..1eec7a0 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -25 +25 @@ testscenarios>=0.4
-testtools!=1.2.0,>=0.9.36
+testtools!=1.2.0,<2.0.0,>=0.9.36
diff --git a/test-requirements.txt b/test-requirements.txt
index 9b73c1e..e010f78 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -29 +29 @@ testscenarios>=0.4
-testtools!=1.2.0,>=0.9.36
+testtools!=1.2.0,<2.0.0,>=0.9.36





More information about the OpenStack-announce mailing list