Merge "releasenotes: Add missing releasenote for encryption provider constants"

This commit is contained in:
Jenkins 2017-01-23 18:15:12 +00:00 committed by Gerrit Code Review
commit 7932c96c3f
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
---
features:
- |
Encryption provider constants have been introduced detailing the supported
encryption formats such as LUKs along with their associated in-tree
provider implementations. These constants should now be used to identify an
encryption provider implementation for a given encryption format.
deprecations:
- |
The direct use of the encryption provider classes such as
nova.volume.encryptors.luks.LuksEncryptor is now deprecated and will be
blocked in the Pike release of Nova. The use of out of tree encryption
provider classes is also deprecated and will be blocked in the Pike release
of Nova.