[openstack-announce] [release][stable][telemetry] python-ceilometerclient release 1.5.1 (liberty)

doug at doughellmann.com doug at doughellmann.com
Mon Dec 7 15:35:54 UTC 2015


We are eager to announce the release of:

python-ceilometerclient 1.5.1: OpenStack Telemetry API Client Library

This release is part of the liberty stable 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/1.5.1

Please report issues through launchpad:

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

Changes in python-ceilometerclient 1.5.0..1.5.1
-----------------------------------------------

d7b9708 Updated from global requirements
b84806d Fix to enable meter-links on resource-list CLI
58572ad Update .gitreview for stable/liberty

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

.gitreview                                       |  1 +
ceilometerclient/v2/shell.py                     |  3 +++
requirements.txt                                 |  8 +++----
setup.py                                         |  2 +-
test-requirements.txt                            |  2 +-
7 files changed, 60 insertions(+), 7 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index f00e2a6..dcfaf6b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr<2.0,>=1.6
+pbr>=1.6
@@ -9 +9 @@ oslo.serialization>=1.4.0 # Apache-2.0
-oslo.utils>=2.0.0 # Apache-2.0
+oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0
@@ -11,2 +11,2 @@ PrettyTable<0.8,>=0.7
-python-keystoneclient>=1.6.0
-requests>=2.5.2
+python-keystoneclient!=1.8.0,>=1.6.0
+requests!=2.8.0,>=2.5.2
diff --git a/test-requirements.txt b/test-requirements.txt
index e1bcc21..71d965a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-tempest-lib>=0.6.1
+tempest-lib>=0.8.0





More information about the OpenStack-announce mailing list