[release-announce] [telemetry] ceilometermiddleware 1.0.3 (ocata)
no-reply at openstack.org
no-reply at openstack.org
Mon Jul 10 19:37:55 UTC 2017
We are psyched to announce the release of:
ceilometermiddleware 1.0.3: OpenStack Telemetry middleware for
generating metrics
This release is part of the ocata 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 1.0.2..1.0.3
--------------------------------------------
387c179 retrieve project id to ignore from keystone
Diffstat (except docs and test files)
-------------------------------------
ceilometermiddleware/ksa_adapter.py | 131 ++++++
ceilometermiddleware/swift.py | 95 +++-
requirements.txt | 2 +
test-requirements.txt | 2 +-
6 files changed, 770 insertions(+), 6 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 3b3829c..e716dc4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,0 +11,2 @@ six>=1.9.0 # MIT
+keystoneauth1>=2.18.0 # Apache-2.0
+python-keystoneclient>=3.8.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 13d54b7..89ce1d1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ reno>=0.1.1 # Apache-2.0
-
+betamax>=0.7.0 # Apache-2.0
More information about the Release-announce
mailing list