[openstack-announce] [new][cloudkitty] python-cloudkittyclient 0.6.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Thu Sep 1 18:13:06 UTC 2016


We are content to announce the release of:

python-cloudkittyclient 0.6.0: API client of cloudkitty, Rating as a
Service project.

This release is part of the newton release series.

With package available at:

    https://pypi.python.org/pypi/python-cloudkittyclient

For more details, please see below.

Changes in python-cloudkittyclient 0.5.0..0.6.0
-----------------------------------------------

b24e261 Fix the logic of do_hashmap_mapping_list
9acc36b Add short arg for collector command
a6093c5 Fix CLI threshold command
8318891 Replaces client_kwargs by empty dict in ckclient/shell.py
b2a42f7 Fix CLI auth user interface
a4dd6e1 [trivial] fix wrong typo
0efe6a0 Remove discover from test-requirements
70771bf Add client support for per tenant hashmap rules
367608c Remove spec file since cloudkittyclient is in RDO
92981a7 Add an explicit dependency on prettytable
5faa8b0 [Trivial] Remove executable privilege of doc/source/conf.py
066c956 Fix client V3 unscope bug
4dc3e65 Removes MANIFEST.in as it is not needed explicitely by PBR
df4e836 Support getting client with keystone session


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

MANIFEST.in                                 |   6 --
cloudkittyclient/client.py                  | 117 +++++++++++++++++++++++++++-
cloudkittyclient/shell.py                   |  31 ++++----
cloudkittyclient/v1/client.py               |  45 ++++++-----
cloudkittyclient/v1/collector/shell.py      |  16 ++--
cloudkittyclient/v1/rating/hashmap/shell.py |  46 +++++++----
contrib/python-cloudkittyclient.spec.in     |  42 ----------
requirements.txt                            |   9 ++-
test-requirements.txt                       |   1 -
12 files changed, 248 insertions(+), 116 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 6ccd284..adb3a21 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,3 +6,3 @@ pbr>=1.6 # Apache-2.0
-Babel>=1.3 # BSD
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
-stevedore>=1.5.0 # Apache-2.0
+Babel>=2.3.4 # BSD
+python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
+stevedore>=1.10.0 # Apache-2.0
@@ -11 +11,2 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.5.0 # Apache-2.0
+oslo.utils>=3.11.0 # Apache-2.0
+PrettyTable<0.8,>=0.7 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index e238ba0..3c017c2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +7,0 @@ coverage>=3.6 # Apache-2.0
-discover # BSD





More information about the OpenStack-announce mailing list