[release-announce] [telemetry] aodh 4.0.1 (ocata)

no-reply at openstack.org no-reply at openstack.org
Mon Jul 17 12:03:47 UTC 2017


We are happy to announce the release of:

aodh 4.0.1: OpenStack Telemetry Alarming

This release is part of the ocata stable release series.

Download the package from:

    https://tarballs.openstack.org/aodh/

For more details, please see below.

4.0.1
^^^^^

Bug Fixes

* When an unprivileged user want to access to Gnocchi resources
  created by Ceilometer, that doesn't work because the filter scope
  the Gnocchi query to resource owner to the user. To fix we introduce
  a new configuration option "gnocchi_external_project_owner" set by
  default to "service". The new filter now allow two kind of Gnocchi
  resources: * owned by the user project * owned by
  "gnocchi_external_project_owner" and the orignal project_id of

     the resource is the user project.

Changes in aodh 4.0.0..4.0.1
----------------------------

6aee6e1 gnocchi: fix alarms for unpriviledged user
8eb5219 cleanup aodh config instructions in install guide
0ffb1da simplify crud notification test
27be736 Remove deprecated oslo.config messages.
8ca7f26 cap ocata libs from pbr
d72a3bc [install-guide] Minor edits
02b8be4 Fix the migration to use alarm_history
e062a0a Update .gitreview for stable/ocata


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

.gitreview                                         |  1 +
aodh/api/controllers/v2/alarm_rules/gnocchi.py     | 43 +++++++++++++--
aodh/opts.py                                       |  2 +
.../367aadf5485f_precisetimestamp_to_datetime.py   |  2 +-
.../functional/api/v2/test_alarm_scenarios.py      | 63 +++++++++++-----------
.../functional/storage/test_get_connection.py      | 19 +++----
install-guide/source/configure-common.rst          |  7 +--
install-guide/source/index.rst                     |  6 +--
install-guide/source/install-obs.rst               |  4 +-
install-guide/source/install-rdo.rst               |  4 +-
install-guide/source/install-ubuntu.rst            |  4 +-
install-guide/source/next-steps.rst                |  5 +-
install-guide/source/verify.rst                    |  2 +
...i-external-resource-owner-3fad253d30746b0d.yaml | 11 ++++
requirements.txt                                   | 13 +++--
19 files changed, 124 insertions(+), 78 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2676492..0d4b559 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15 +15 @@ oslo.config>=2.6.0 # Apache-2.0
-oslo.i18n>=1.5.0 # Apache-2.0
+oslo.i18n>=1.5.0,<3.13.0 # Apache-2.0
@@ -19 +19 @@ PasteDeploy>=1.5.0
-pbr<2.0,>=0.11
+pbr>=1.8
@@ -22 +22 @@ oslo.messaging>=5.2.0 # Apache-2.0
-oslo.middleware>=3.22.0 # Apache-2.0
+oslo.middleware>=3.22.0,<3.24.0 # Apache-2.0
@@ -24 +24 @@ oslo.serialization>=1.4.0 # Apache-2.0
-oslo.utils>=3.5.0 # Apache-2.0
+oslo.utils>=3.5.0,<3.23.0 # Apache-2.0
@@ -30 +30 @@ six>=1.9.0
-stevedore>=1.5.0 # Apache-2.0
+stevedore>=1.5.0,<1.21.0 # Apache-2.0
@@ -35,0 +36,3 @@ cotyledon
+# fake caps for indirect requirements
+debtcollector<1.12.0
+oslo.context<2.13.0





More information about the Release-announce mailing list