[openstack-announce] [release][stable][telemetry] python-ceilometerclient release 1.1.2 (kilo)
doug at doughellmann.com
doug at doughellmann.com
Tue Dec 1 21:02:06 UTC 2015
We are overjoyed to announce the release of:
python-ceilometerclient 1.1.2: OpenStack Telemetry API Client Library
This release is part of the kilo 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.1.2
Please report issues through launchpad:
https://bugs.launchpad.net/python-ceilometerclient
Changes in python-ceilometerclient 1.1.1..1.1.2
-----------------------------------------------
44c2a21 Updated from global requirements
19e3ad0 Fix to disable meter-links on resource-list CLI
674ac7d Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
ceilometerclient/v2/shell.py | 5 ++++-
requirements.txt | 4 ++--
4 files changed, 53 insertions(+), 3 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 8993f62..54b4084 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0
-oslo.utils<1.5.0,>=1.4.0 # Apache-2.0
+oslo.utils!=1.4.1,<1.5.0,>=1.4.0 # Apache-2.0
@@ -12 +12 @@ python-keystoneclient<1.4.0,>=1.2.0
-requests!=2.4.0,>=2.2.0
+requests!=2.4.0,<2.8.0,>=2.2.0
More information about the OpenStack-announce
mailing list