[openstack-announce] [new][telemetry] ceilometer 5.0.4 release (liberty)

no-reply at openstack.org no-reply at openstack.org
Thu Jul 7 16:37:07 UTC 2016


We are stoked to announce the release of:

ceilometer 5.0.4: OpenStack Telemetry

This release is part of the liberty stable release series.

For more details, please see below.

Changes in ceilometer 5.0.3..5.0.4
----------------------------------

3ce27ce Updated from global requirements
7cdc7aa Remove oslo_utils.timeutils.total_seconds() usage + catch DriverLoadFailure for get_transport optional + fix CI failure due to oslo.messaging 5.0.0 + correct concurrency of gabbi
fe66169 Fix concurrency issue with snmp pollsters
7dbaf4c do not configure worker specific items in init


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

.testr.conf                                        |  2 +-
ceilometer/alarm/evaluator/__init__.py             |  2 +-
ceilometer/hardware/inspector/snmp.py              | 18 +++--------
ceilometer/messaging.py                            |  5 +--
ceilometer/notification.py                         | 19 +++++------
requirements.txt                                   |  2 +-
test-requirements.txt                              |  2 +-
9 files changed, 58 insertions(+), 60 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 18f6449..09dc9ee 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -34 +34 @@ python-glanceclient>=0.18.0
-python-keystoneclient!=1.8.0,>=1.6.0
+python-keystoneclient!=1.8.0,<3.0.0,>=1.6.0
diff --git a/test-requirements.txt b/test-requirements.txt
index a34286f..b2e84ad 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ hacking<0.11,>=0.10.0
-Babel>=1.3
+Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD





More information about the OpenStack-announce mailing list