Merge "Add missing release notes"

This commit is contained in:
Zuul 2019-12-10 17:42:43 +00:00 committed by Gerrit Code Review
commit b3ee3447e0
4 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Bug #1821898: Improve compatibility with Cinder drivers that access the DB
directly. This allows cinderlib to support IBM SVC.

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Bug #1819706: Support setting attach_mode on attach and connect calls.

View File

@ -0,0 +1,12 @@
---
features:
- |
Fake unused packages: Many packages that are automatically imported when
loading cinder modules are only used for normal Cinder operation and are
not necessary for cinderlib's execution. For example when loading a Cinder
module to get configuration options but without executing the code present
in the module.
We now fake these unnecessary packages, providing faster load times,
reduced footprint, and the possibility for distributions to create a
cinderlib package or containers with up to 40% fewer dependencies.

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Bug #1836724: Fix create snapshot from a volume with volume type.