[monasca] monasca-persister 1.4.0 (ocata)
We are happy to announce the release of: monasca-persister 1.4.0: Moves metrics and alarm state transitions from the Message Queue to the Metrics and Alarms database. This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/monasca-persister/ For more details, please see below. Changes in monasca-persister 1.3.0..1.4.0 ----------------------------------------- ba381b4 Release version 1.2.1 for Java fa65d9a Updated from global requirements 7082ded Turn on bandit check as part of pep8 70f7530 Changed author and author-email 23c3684 Updated from global requirements 3e6f070 Updated from global requirements b3f9359 Add persister.py unit tests f1555c1 Granular logging control Diffstat (except docs and test files) ------------------------------------- .gitignore | 5 + .testr.conf | 9 + etc/monasca/persister-logging.conf | 50 +++++ etc/monasca/persister.conf | 65 ++++++ java/pom.xml | 4 +- monasca_persister/persister.conf | 71 ------ monasca_persister/persister.py | 10 +- .../repositories/influxdb/__init__.py | 4 +- pom.xml | 2 +- requirements.txt | 2 +- setup.cfg | 14 +- test-requirements.txt | 7 +- tox.ini | 62 +++++- 14 files changed, 453 insertions(+), 97 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 737c7bb..3316be0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ six>=1.9.0 # MIT -monasca-common>=1.0.0 # Apache-2.0 +monasca-common>=1.4.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 964466a..d944e4e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4,4 @@ -hacking<0.12,>=0.11.0 # Apache-2.0 +bandit>=1.1.0 # Apache-2.0 +flake8<2.6.0,>=2.5.4 # MIT +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -6,0 +10,2 @@ mock>=2.0 # BSD +oslotest>=1.10.0 # Apache-2.0 +os-testr>=0.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org