We are happy to announce the release of: monasca_transform 0.11.0: Data Aggregation and Transformation component for Monasca This release is part of the pike stable release series. Download the package from: https://tarballs.openstack.org/monasca-transform/ For more details, please see below. Changes in monasca_transform 0.10.0..0.11.0 ------------------------------------------- 94510af Check periodically if host is leader 0c7a16c Updated from global requirements a887d85 Updated from global requirements 40bb093 Fix html_last_updated_fmt for Python3 1454ade Update refresh monasca transfom script to systemd Diffstat (except docs and test files) ------------------------------------- devstack/settings | 2 +- monasca_transform/service/transform_service.py | 309 +++++++++++++++------- requirements.txt | 3 +- test-requirements.txt | 2 +- tools/vagrant/refresh_monasca_transform.sh | 64 +++-- 9 files changed, 432 insertions(+), 125 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index eb18bd6..8c4b52a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,0 +5 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 +psutil>=3.2.2 # BSD @@ -10 +11 @@ monasca-common>=1.4.0 # Apache-2.0 -oslo.config>=3.22.0 # Apache-2.0 +oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 1914ac5..e0ec976 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +12 @@ os-testr>=0.8.0 # Apache-2.0 -sphinx!=1.6.1,>=1.5.1 # BSD +sphinx>=1.6.2 # BSD