[openstack-announce] [new][telemetry] ceilometermiddleware 0.5.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Thu Jul 28 10:03:51 UTC 2016
We are gleeful to announce the release of:
ceilometermiddleware 0.5.0: OpenStack Telemetry middleware for
generating metrics
This release is part of the newton release series.
With source available at:
http://git.openstack.org/cgit/openstack/ceilometermiddleware
With package available at:
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.4.0..0.5.0
--------------------------------------------
c7cba1f Add background thread notifier sending ability
295e796 Upgrade hacking
ab8c985 Updated from global requirements
c962fed Only install hacking in pep8
10f28d6 Remove oslo.context dependency
01e0856 Remove unused requirements
84a0d56 Add missing requirements for mock
112ed4d Updated from global requirements
07f8e67 [Trivial] Remove executable privilege of doc/source/conf.py
3e1540d Updated from global requirements
6f4fa4f Updated from global requirements
0789e5e use path as resource id when missing RESELLER prefix
Diffstat (except docs and test files)
-------------------------------------
ceilometermiddleware/swift.py | 70 ++++++++++++++++++++++++++++++--
requirements.txt | 6 +--
test-requirements.txt | 6 +--
tox.ini | 7 +---
6 files changed, 109 insertions(+), 19 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 4159aee..6dc4241 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,3 +5,2 @@
-oslo.config>=3.7.0 # Apache-2.0
-oslo.context>=0.2.0 # Apache-2.0
-oslo.messaging>=4.0.0 # Apache-2.0
+oslo.config>=3.9.0 # Apache-2.0
+oslo.messaging>=4.5.0 # Apache-2.0
@@ -12 +10,0 @@ six>=1.9.0 # MIT
-Babel>=1.3 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 8bd244e..4fc621c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,2 +4,0 @@
-hacking<0.11,>=0.10.0
-
@@ -8 +5,0 @@ coverage>=3.6 # Apache-2.0
-discover # BSD
@@ -14,2 +11 @@ testrepository>=0.0.18 # Apache-2.0/BSD
-testscenarios>=0.4 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
+mock>=1.2 # BSD
More information about the OpenStack-announce
mailing list