]> xenbits.xensource.com Git - osstest/openstack-nova.git/commitdiff
Add a releasenote for bug#1633518
authorLee Yarwood <lyarwood@redhat.com>
Thu, 10 Nov 2016 14:03:07 +0000 (14:03 +0000)
committerLee Yarwood <lyarwood@redhat.com>
Wed, 30 Nov 2016 13:17:51 +0000 (13:17 +0000)
The code relating to this patch can be seen in:
I7096463c5eba951dd6322ee6965435e877ca0371

Partial-bug: #1633518
Change-Id: I297e138aca52ae10fbfaa50c79cf001fadaf557e

releasenotes/notes/bug-1633518-0646722faac1a4b9.yaml [new file with mode: 0644]

diff --git a/releasenotes/notes/bug-1633518-0646722faac1a4b9.yaml b/releasenotes/notes/bug-1633518-0646722faac1a4b9.yaml
new file mode 100644 (file)
index 0000000..f6ca94b
--- /dev/null
@@ -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.