[release-announce] [telemetry] ceilometermiddleware 0.5.2 (newton)

no-reply at openstack.org no-reply at openstack.org
Mon Jul 10 19:38:29 UTC 2017


We are pumped to announce the release of:

ceilometermiddleware 0.5.2: OpenStack Telemetry middleware for
generating metrics

This release is part of the newton stable release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/ceilometermiddleware

Download the package from:

    https://pypi.python.org/pypi/ceilometermiddleware

Please report issues through launchpad:

    http://bugs.launchpad.net/ceilometermiddleware

For more details, please see below.

Changes in ceilometermiddleware 0.5.1..0.5.2
--------------------------------------------

4252674 retrieve project id to ignore from keystone
9f6a8e7 Gate fix: cap oslo.messaging


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

ceilometermiddleware/ksa_adapter.py                | 131 ++++++
ceilometermiddleware/swift.py                      |  95 +++-
requirements.txt                                   |   4 +-
test-requirements.txt                              |   1 +
6 files changed, 771 insertions(+), 6 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 6dc4241..bb1cf00 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ oslo.config>=3.9.0 # Apache-2.0
-oslo.messaging>=4.5.0 # Apache-2.0
+oslo.messaging>=4.5.0,<5.11.0 # Apache-2.0
@@ -10,0 +11,2 @@ six>=1.9.0 # MIT
+keystoneauth1>=2.10.0  # Apache-2.0
+python-keystoneclient>=2.0.0,!=2.1.0  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 4fc621c..dd118d5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,0 +12 @@ mock>=1.2 # BSD
+betamax>=0.7.0 # Apache-2.0





More information about the Release-announce mailing list