add missing mitaka-3 release notes

Change-Id: Ibfc47ebe0652b38dbc708d2a0ab58a4288230228
This commit is contained in:
gordon chung 2016-03-07 08:42:47 -05:00
parent d9463371a3
commit bf9677e293
3 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
fixes:
- >
[`bug 1540395 <https://bugs.launchpad.net/aodh/+bug/1540395>`_]
Fix reason string to properly handle transitions when one sample is outside
of defined threshold.

View File

@ -0,0 +1,7 @@
---
deprecations:
- >
Drop support for NoSQL backends in Aodh. SQL is a prefectly sufficient
backend for handling the scope of alarms. To maximise available resources,
NoSQL backends are deprecated so developers do not need to worry about
adding features to multiple backends.

View File

@ -0,0 +1,6 @@
---
fixes:
- >
[`bug 1539069 <https://bugs.launchpad.net/aodh/+bug/1539069>`_]
Fix to handle scenario where no valid statistics exist for specified
period.