From: Lee Yarwood Date: Thu, 10 Nov 2016 14:03:07 +0000 (+0000) Subject: Add a releasenote for bug#1633518 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7d77fe09e86ef286ab3419282dc7afbb77d5ffd2;p=osstest%2Fopenstack-nova.git Add a releasenote for bug#1633518 The code relating to this patch can be seen in: I7096463c5eba951dd6322ee6965435e877ca0371 Partial-bug: #1633518 Change-Id: I297e138aca52ae10fbfaa50c79cf001fadaf557e --- diff --git a/releasenotes/notes/bug-1633518-0646722faac1a4b9.yaml b/releasenotes/notes/bug-1633518-0646722faac1a4b9.yaml new file mode 100644 index 0000000000..f6ca94bbd7 --- /dev/null +++ b/releasenotes/notes/bug-1633518-0646722faac1a4b9.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - Prior to Newton, volumes encrypted by the CryptsetupEncryptor and + LuksEncryptor encryption providers used a mangled passphrase stripped of + leading zeros per hexadecimal. When opening encrypted volumes, + LuksEncryptor now attempts to replace these mangled passphrases if detected + while CryptsetupEncryptor simply uses the mangled passphrase.