From 5593d74435b441ef38b301b86b5b0642f9b0b85f Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Tue, 10 Jan 2017 12:17:50 +0000 Subject: [PATCH] releasenotes: Add missing releasenote for encryption provider constants Introduced by Ic155bd29d46059832cce970bf60375e7e472eca6 but not documented in a releasenote. Change-Id: I41e6a3f32e2640fe736ea70a542d9b594bbf328e Partial-bug: #1639293 --- ...yption-provider-constants-a7cd0ce58da2bae8.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 releasenotes/notes/introduce-encryption-provider-constants-a7cd0ce58da2bae8.yaml diff --git a/releasenotes/notes/introduce-encryption-provider-constants-a7cd0ce58da2bae8.yaml b/releasenotes/notes/introduce-encryption-provider-constants-a7cd0ce58da2bae8.yaml new file mode 100644 index 000000000000..5c6aa1113572 --- /dev/null +++ b/releasenotes/notes/introduce-encryption-provider-constants-a7cd0ce58da2bae8.yaml @@ -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.