releasenotes: add notes for Mitaka cycle

Change-Id: Ia94646a859482a27519f2da39871ce010df75e55
This commit is contained in:
Emilien Macchi 2016-03-14 20:16:56 -04:00
parent 5d9da8bd9a
commit 3bd3f99e64
7 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
deprecations:
- Deprecate Ceilometer alarm classes.
Alarming services (evaluator and notifier) in Mitaka
were moved to Aodh OpenStack project.

View File

@ -0,0 +1,3 @@
---
deprecations:
- Deprecate mongodb_replica_set parameter.

View File

@ -0,0 +1,6 @@
---
features:
- Implement Gnocchi dispatcher configuration
Add dispatcher options to ceilometer::collector and
create ceilometer::dispatcher::gnocchi class, with current
upstream options.

View File

@ -0,0 +1,3 @@
---
deprecations:
- Use identity_uri and auth_uri by default.

View File

@ -0,0 +1,3 @@
---
features:
- Support of PyMySQL driver for MySQL backend.

View File

@ -0,0 +1,5 @@
---
deprecations:
- Remove QPID messaging support.
Qpid messaging driver is removed from oslo.messaging so we won't support
anymore.

View File

@ -0,0 +1,3 @@
---
features:
- Ability to configure api, collector and notification workers.