Merge "Add release notes for 0.25.0"

This commit is contained in:
Zuul 2018-07-17 14:53:06 +00:00 committed by Gerrit Code Review
commit baa663ec5c
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
prelude: >
This release contains the base work for multiple back-ends changing how
the back-ends get configured. Please note that in Rocky release the work
is still experimental. Thus it's not advised to utilize the new configs in
production environments before Stein release even though old config options
are deprecated for removal.
features:
- |
EXPERIMENTAL: Multiple back-end stores
deprecations:
- |
'stores' and 'default_store' config options have been deprecated for
removal. As the replacements are experimental for Rocky release, migration
away from these options in production environments is not advised before
Stein release.

View File

@ -0,0 +1,10 @@
---
fixes:
- |
* Bug 1606268_: Failure to upload to swift when keystone uses "insecure" SSL
* Bug 1779455_: cinder backend causes BadRequest due to NULL mountpoint
* Bug 1764200_: Glance Cinder backed images & multiple regions
.. _1606268: https://bugs.launchpad.net/glance-store/+bug/1606268
.. _1779455: https://bugs.launchpad.net/glance-store/+bug/1779455
.. _1764200: https://bugs.launchpad.net/glance-store/+bug/1764200