[new][cloudkitty] cloudkitty 0.6.1 release (newton)
We are pumped to announce the release of: cloudkitty 0.6.1: Rating as a Service component for OpenStack This release is part of the newton release series. For more details, please see below. Changes in cloudkitty 0.6.0..0.6.1 ---------------------------------- aa5d895 Update outputs in "Hashmap rating module" 5a04789 Fix consistency on gnocchi storage commit d3ee522 Fix typo in the file 015546e ceilometer network.* collector are not JSON serializable b921e7f Update hashmap documentation 1124e4d Fix typos in docstrings b99f97b Add volume_type attribute to volume when gnocchi collector c457f31 Change git url to openstack git in devstack doc f93aa0a Fix the image size unit from 'image' to 'MB' 302bb43 Specifies gabbi version in test-requirements.txt efa5f06 Fix state tracking in gnocchi storage 0296672 modify the home-page info with the developer documentation Diffstat (except docs and test files) ------------------------------------- cloudkitty/collector/ceilometer.py | 5 +- cloudkitty/collector/gnocchi.py | 5 +- cloudkitty/rating/__init__.py | 2 +- .../models/f8c799db4aa0_fix_unnamed_constraints.py | 4 +- cloudkitty/rating/hash/db/sqlalchemy/api.py | 2 +- cloudkitty/rating/hash/db/sqlalchemy/models.py | 4 +- cloudkitty/rating/pyscripts/db/api.py | 2 +- cloudkitty/storage/gnocchi/__init__.py | 188 +++++++++++++-------- cloudkitty/storage/gnocchi_hybrid/models.py | 2 +- cloudkitty/transformer/__init__.py | 1 + cloudkitty/transformer/ceilometer.py | 34 ++++ cloudkitty/transformer/gnocchi.py | 1 + setup.cfg | 2 +- test-requirements.txt | 2 +- 18 files changed, 321 insertions(+), 122 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index b761433..e455d2a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ discover # BSD -gabbi>=1.11.0 # Apache-2.0 +gabbi>=1.11.0,<=1.25.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org