python-ceilometerclient 1.0.14

Milestone information

Project:
python-ceilometerclient
Series:
kilo
Version:
1.0.14
Released:
 
Registrant:
gordon chung
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
No users assigned to blueprints and bugs.
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
No bugs are targeted to this milestone.

Download files for this release

File Description Downloads

Release notes 

This release does not have release notes.

Changelog 

View the full changelog

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

0 blueprints and 0 bugs targeted

There are no feature specifications or bug tasks targeted to this milestone. The project's maintainer, driver, or bug supervisor can target specifications and bug tasks to this milestone to track the things that are expected to be completed for the release.

This milestone contains Public information
Everyone can see this information.