OpenStack Tempest is using aes-xts-plain64 cipher with cryptsetup to test
encrypted volumes and this is not configurable.

Signed-off-by: Anthony PERARD <anthony.per...@citrix.com>
---
 ts-kernel-build | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ts-kernel-build b/ts-kernel-build
index d5defaa..a16527b 100755
--- a/ts-kernel-build
+++ b/ts-kernel-build
@@ -253,6 +253,9 @@ setopt CONFIG_PACKET y
 # because: https://bugzilla.redhat.com/show_bug.cgi?id=910619#c6
 setopt CONFIG_NETFILTER_ADVANCED y
 setopt CONFIG_NETFILTER_XT_TARGET_CHECKSUM m
+
+# Used by OpenStack Tempest to test encrypted volume
+setopt CONFIG_CRYPTO_XTS m
 END
 sub stash_config_edscript ($) {
     my ($settings) = @_;
-- 
Anthony PERARD


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to