releasenotes: add notes for Mitaka cycle

Change-Id: I8555013724dbd5ac170bfbb78de51ce77d2b6ccb
This commit is contained in:
Emilien Macchi 2016-03-15 22:54:15 -04:00
parent a73cde65e4
commit 0ede2fe1fa
11 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,3 @@
---
features:
- Add support of Block Device backend for Cinder.

View File

@ -0,0 +1,6 @@
---
features:
- Add Cinder API v3 support.
It will activate v2 Keystone resources by default from now,
allow to activate cinder v3 api, enabled by default,
allow to manage Keystone resources for Cinder v3 API, enabled by default.

View File

@ -0,0 +1,4 @@
---
deprecations:
- Drop deprecated parameters for authentification to use identity_uri
and auth_uri by default.

View File

@ -0,0 +1,3 @@
---
deprecations:
- cluster_id parameter is deprecated.

View File

@ -0,0 +1,3 @@
---
deprecations:
- Remove code deprecated in liberty cycle.

View File

@ -0,0 +1,5 @@
---
fixes:
- Fixes `bug 1526533
<https://bugs.launchpad.net/puppet-cinder/+bug/1526533>`__ so we're
able to deploy multiple RBD backends with multiple users.

View File

@ -0,0 +1,3 @@
---
features:
- Allow customization of DEFAULT/host.

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:
- Add glance caching options for soldifire.

View File

@ -0,0 +1,4 @@
---
other:
- Replace defines for managing cinder types with providers.
It replaces Exec resources bu Ruby providers using openstacklib.