[openstack-dev] [release] python-ceilometerclient 1.0.14

gordon chung gord at live.ca
Mon Apr 27 15:38:31 UTC 2015


We are jazzed to announce the (KIlo) release of:

python-ceilometerclient 1.0.14: OpenStack Telemetry API Client Library

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

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

Please report issues through launchpad:

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

Changes in python-ceilometerclient 1.0.13..1.0.14
-------------------------------------------------

651350f support specify user-id when create sample and alarm
94a6317 add in missing options
801f4b3 Add timeout for keystoneclient session
e1439f5 add region_name to auth plugin parameters
7d7e4b8 ceilometerclient insecure argument no longer works
5a3697d fix client docstring
2f238c6 Set auth_plugin in __init__
95c631b update README.rst to help release process
ca1316f ceilometerclient fails with keystone v3 auth
f2b4473 Fixes bug with Client function not setting up SSL params
09bcf5c Support unicode for alarm
40d7913 Enable specified project_id in CLI commands
98a33de Updated from global requirements
acaad55 alarm: Use new gnocchi aggregation API
1c485dd update defaultbranch

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

.gitreview                              |   2 +
README.rst                              |  16 +++-
ceilometerclient/client.py              |  80 ++++++++++--------
ceilometerclient/common/utils.py        |   4 +-
ceilometerclient/shell.py               |   4 +-
ceilometerclient/v2/shell.py            | 144 +++++++++++++++++++++++++++-----
requirements.txt                        |  12 +--
test-requirements.txt                   |   2 +-
14 files changed, 320 insertions(+), 87 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index bfafab6..22d73a6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,3 +7,3 @@ iso8601>=0.1.9
-oslo.i18n>=1.3.0  # Apache-2.0
-oslo.serialization>=1.2.0               # Apache-2.0
-oslo.utils>=1.2.0                       # Apache-2.0
+oslo.i18n>=1.5.0,<1.6.0  # Apache-2.0
+oslo.serialization>=1.4.0,<1.5.0               # Apache-2.0
+oslo.utils>=1.4.0,<1.5.0                       # Apache-2.0
@@ -11 +11 @@ PrettyTable>=0.7,<0.8
-python-keystoneclient>=1.1.0
+python-keystoneclient>=1.1.0,<1.4.0
@@ -13,2 +13,2 @@ requests>=2.2.0,!=2.4.0
-six>=1.7.0
-stevedore>=1.1.0  # Apache-2.0
+six>=1.9.0
+stevedore>=1.3.0,<1.4.0  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 6dffed5..882cebb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ mock>=1.0
-oslosphinx>=2.2.0  # Apache-2.0
+oslosphinx>=2.5.0,<2.6.0  # Apache-2.0


cheers,
gord
 		 	   		  


More information about the OpenStack-dev mailing list