releasenotes: add notes for Mitaka cycle

Change-Id: I2128d5749743339512048f7fc594020ab017fbe2
This commit is contained in:
Emilien Macchi 2016-03-18 12:20:52 -04:00
parent 77c50a16f1
commit b30fb1fb05
4 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
deprecations:
- Deprecate old authentification parameters.
- Remove deprecated mysql_module parameter.
- Put all the logging related parameters to the logging class.

View File

@ -0,0 +1,4 @@
---
features:
- Add notification system options in trove.
- Add rabbit_ha_queues and amqp_durable_queues options.

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.