[openstack-announce] [new][telemetry] aodh 1.1.3 release (liberty)
no-reply at openstack.org
no-reply at openstack.org
Fri Sep 23 12:08:36 UTC 2016
We are tickled pink to announce the release of:
aodh 1.1.3: OpenStack Telemetry Alarming
This release is part of the liberty stable release series.
For more details, please see below.
1.1.3
^^^^^
Bug Fixes
* [bug 1575530 (https://bugs.launchpad.net/aodh/+bug/1575530)] Patch
was added to fix and improve the partition coordinator, make sure
the input tasks can be correctly distributed to partition members.
Changes in aodh 1.1.2..1.1.3
----------------------------
a5de051 Change tooz and hbase requirement
835283d Don't notify alarm on each refresh
d1fc9c4 Move evaluator tests into the unit folder
7a086a8 deprecate timeutils.total_seconds()
73c6495 Fix and improve the partition coordinator
8b663af Catch DriverLoadFailure + Correct concurrency of gabbi >1.22.0 + remove most oslo.context usage + remove dependency on sphinxcontrib-docbookrestapi
62b18d6 Fix alarm reason
Diffstat (except docs and test files)
-------------------------------------
.testr.conf | 2 +-
aodh/api/controllers/v2/alarms.py | 3 +-
aodh/coordination.py | 133 ++++-
aodh/evaluator/__init__.py | 38 +-
aodh/evaluator/threshold.py | 18 +-
aodh/messaging.py | 20 +-
aodh/rpc.py | 7 +-
.../functional/api/v2/test_alarm_scenarios.py | 13 +-
...n-coordinator-improvement-ff1c257f69f120ac.yaml | 6 +
requirements.txt | 2 +-
test-requirements.txt | 3 +-
29 files changed, 2192 insertions(+), 2095 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 746fd56..c96f449 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -33 +33 @@ stevedore>=1.5.0 # Apache-2.0
-tooz>=0.16.0 # Apache-2.0
+tooz>=1.19.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index dcf6fe8..895fad8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ fixtures>=1.3.1
-happybase!=0.7,>=0.5;python_version=='2.7'
+happybase!=0.7,>=0.5,<1.0;python_version=='2.7'
@@ -21 +20,0 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-sphinxcontrib-docbookrestapi
More information about the OpenStack-announce
mailing list