[openstack-announce] [release][ceilometer] python-ceilometerclient release 1.4.0 (liberty)

doug at doughellmann.com doug at doughellmann.com
Mon Aug 10 20:23:22 UTC 2015


We are pumped to announce the release of:

python-ceilometerclient 1.4.0: Installed /mnt/repos/openstack-infra
/release-tools/release-tag-python-ceilometerclient-s1x/python-
ceilometerclient/.eggs/pbr-1.4.0-py2.7.egg [pbr] Generating ChangeLog
OpenStack Telemetry API Client Library

This release is part of the liberty 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.4.0

Please report issues through launchpad:

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

Changes in python-ceilometerclient 1.3.0..1.4.0
-----------------------------------------------

803c59f tenant_id not required with keystone v3
09bfc70 Updated from global requirements
4cbf923 Add support for client redirecting to aodh endpoint if available
d5d31fb Updated from global requirements
39cd068 Updated from global requirements
04ce0db Fix unit tests failing caused by new Mock release
8c96901 Updated from global requirements
d16d853 Add ceilometerclient support for api-no-pipeline
0b1be90 Change default values from [] to None
d189288 Typo: Show an sample => Show a sample
e9d76d4 Add alarm severity in alarm-history output
6e4d7fb Updated from global requirements

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

ceilometerclient/client.py                     | 141 ++++++++++++++++++++-----
ceilometerclient/shell.py                      |   6 --
ceilometerclient/v1/meters.py                  |   3 +-
ceilometerclient/v2/alarms.py                  |   9 +-
ceilometerclient/v2/client.py                  |  36 ++++++-
ceilometerclient/v2/samples.py                 |   8 +-
ceilometerclient/v2/shell.py                   |  10 +-
ceilometerclient/v2/statistics.py              |   5 +-
requirements.txt                               |  12 +--
setup.py                                       |   3 +-
test-requirements.txt                          |  14 +--
15 files changed, 345 insertions(+), 96 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3c8129f..89b359d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=0.11,<2.0
+pbr<2.0,>=1.3
@@ -7,4 +7,4 @@ iso8601>=0.1.9
-oslo.i18n>=1.5.0  # Apache-2.0
-oslo.serialization>=1.4.0               # Apache-2.0
-oslo.utils>=1.4.0                       # Apache-2.0
-PrettyTable>=0.7,<0.8
+oslo.i18n>=1.5.0 # Apache-2.0
+oslo.serialization>=1.4.0 # Apache-2.0
+oslo.utils>=1.9.0 # Apache-2.0
+PrettyTable<0.8,>=0.7
@@ -14 +14 @@ six>=1.9.0
-stevedore>=1.3.0  # Apache-2.0
+stevedore>=1.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 231c9c6..e1bcc21 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.10.0,<0.11
+hacking<0.11,>=0.10.0
@@ -8,3 +8,3 @@ discover
-fixtures>=0.3.14
-mock>=1.0
-oslosphinx>=2.5.0  # Apache-2.0
+fixtures>=1.3.1
+mock>=1.2
+oslosphinx>=2.5.0 # Apache-2.0
@@ -12,2 +12,2 @@ python-subunit>=0.0.18
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-tempest-lib>=0.5.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+tempest-lib>=0.6.1
@@ -15 +15 @@ testrepository>=0.0.18
-testtools>=0.9.36,!=1.2.0
+testtools>=1.4.0





More information about the OpenStack-announce mailing list