Merge "releasenotes: add notes for Mitaka cycle"

This commit is contained in:
Jenkins 2016-03-16 19:53:40 +00:00 committed by Gerrit Code Review
commit a9912c88a5
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.