[openstack-announce] [release][ceilometer] ceilometermiddleware release 0.3.0 (liberty)

doug at doughellmann.com doug at doughellmann.com
Tue Sep 15 21:23:24 UTC 2015


We are psyched to announce the release of:

ceilometermiddleware 0.3.0: OpenStack Telemetry middleware for
generating metrics

This release is part of the liberty release series.

With source available at:

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

With package available at:

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

For more details, please see the git log history below and:

    http://launchpad.net/ceilometermiddleware/+milestone/0.3.0

Please report issues through launchpad:

    http://bugs.launchpad.net/ceilometermiddleware

Changes in ceilometermiddleware 0.2.0..0.3.0
--------------------------------------------

7005d98 Ignore request with swift.source in env
bdab9bf Updated from global requirements
41e869a Fixes parsing req path for account HEAD/GET
cfb357c HTTP_X_TENANT_ID is deprecated and replaced by HTTP_X_PROJECT_ID
1eb9cc6 Updated from global requirements
499797d Activate pep8 check that _ is imported
db30cf8 Updated from global requirements
3d6e396 Drop use of 'oslo' namespace package
1cc2ebb Updated from global requirements
cf9cb86 Add test which asserts non-empty target_id
cdeb275 Updated from global requirements
6a3c77b add support to skip event/meter generation for certain projects
60abd7b Set correct config choice for transport url

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

ceilometermiddleware/swift.py            |  27 +++++++--
requirements.txt                         |  12 ++--
setup.py                                 |   3 +-
test-requirements.txt                    |  10 ++--
tox.ini                                  |   1 -
6 files changed, 118 insertions(+), 35 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 431a81e..b81946c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,6 +5,6 @@
-oslo.config>=1.11.0  # Apache-2.0
-oslo.context>=0.2.0                     # Apache-2.0
-oslo.messaging>=1.8.0  # Apache-2.0
-oslo.utils>=1.4.0                       # Apache-2.0
-pbr>=0.11,<2.0
-pycadf>=0.8.0
+oslo.config>=2.3.0 # Apache-2.0
+oslo.context>=0.2.0 # Apache-2.0
+oslo.messaging!=1.17.0,!=1.17.1,>=1.16.0 # Apache-2.0
+oslo.utils>=2.0.0 # Apache-2.0
+pbr<2.0,>=1.6
+pycadf>=1.1.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f142509..0c885d3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.10.0,<0.11
+hacking<0.11,>=0.10.0
@@ -10,3 +10,3 @@ python-subunit>=0.0.18
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.5.0  # Apache-2.0
-oslotest>=1.5.1  # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+oslosphinx>=2.5.0 # Apache-2.0
+oslotest>=1.10.0 # Apache-2.0
@@ -15 +15 @@ testscenarios>=0.4
-testtools>=0.9.36,!=1.2.0
+testtools>=1.4.0





More information about the OpenStack-announce mailing list