[openstack-announce] [release][telemetry] python-ceilometerclient release 2.1.0 (mitaka)

doug at doughellmann.com doug at doughellmann.com
Wed Dec 2 19:12:31 UTC 2015


We are tickled pink to announce the release of:

python-ceilometerclient 2.1.0: OpenStack Telemetry API Client Library

This release is part of the mitaka release series.

With source available at:

    https://git.openstack.org/cgit/openstack/python-ceilometerclient

With package available at:

    https://pypi.python.org/pypi/python-ceilometerclient

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

    https://launchpad.net/python-ceilometerclient/+milestone/2.1.0

Please report issues through launchpad:

    https://bugs.launchpad.net/python-ceilometerclient

Changes in python-ceilometerclient 2.0.1..2.1.0
-----------------------------------------------

118210d Updated from global requirements
b398841 Token will be lost when constructing a ceilometer client
e4ea68e Correct an api reference error
43fa4c3 Ensure metering is the default service_type
f6ebe77 Ensure keystoneauth1 exception are raised
6736ac6 Ignores endpoint_type if interface is provided
25070cd Remove double API requests
52d5185 Catch exception raised by keystoneauth1
8250291 Updated from global requirements
5f27a36 Updated from global requirements

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

ceilometerclient/client.py                 | 15 ++++++++-------
ceilometerclient/v2/client.py              | 17 +++++++++++++----
requirements.txt                           |  5 +++--
test-requirements.txt                      |  2 +-
5 files changed, 38 insertions(+), 15 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2949542..dc207b3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,0 +7 @@ iso8601>=0.1.9
+keystoneauth1>=1.0.0
@@ -9 +10 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0
+oslo.utils>=2.8.0 # Apache-2.0
@@ -12 +13 @@ python-keystoneclient!=1.8.0,>=1.6.0
-requests!=2.8.0,>=2.5.2
+requests>=2.8.1
diff --git a/test-requirements.txt b/test-requirements.txt
index 58d8ba2..143d04f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ mock>=1.2
-oslosphinx>=2.5.0 # Apache-2.0
+oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0





More information about the OpenStack-announce mailing list