Skip to content

Commit 6691907

Browse files
committed
Install cryptsetup on the n-cpu nodes
test_encrypted_cinder_volumes.* tempest test failes, when cryptsetup package is not installed. The following error can be seen in the n-cpu log: Stderr: u'/usr/bin/nova-rootwrap: Executable not found: cryptsetup (filter match = cryptsetup)\n' Change-Id: I86603f1301fa946c8bb22de3e69a2ec1ab7f1ef3
1 parent 815db16 commit 6691907

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

files/debs/n-cpu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ genisoimage
55
sysfsutils
66
sg3-utils
77
python-guestfs # NOPRIME
8+
cryptsetup

files/rpms-suse/n-cpu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ lvm2
44
open-iscsi
55
sysfsutils
66
sg3_utils
7+
cryptsetup

files/rpms/n-cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ lvm2
44
genisoimage
55
sysfsutils
66
sg3_utils
7-
7+
cryptsetup

0 commit comments

Comments
 (0)