Browse code

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

Attila Fazekas authored on 2015/08/06 18:49:46
Showing 3 changed files
... ...
@@ -5,3 +5,4 @@ genisoimage
5 5
 sysfsutils
6 6
 sg3-utils
7 7
 python-guestfs # NOPRIME
8
+cryptsetup
... ...
@@ -4,3 +4,4 @@ lvm2
4 4
 open-iscsi
5 5
 sysfsutils
6 6
 sg3_utils
7
+cryptsetup
... ...
@@ -4,4 +4,4 @@ lvm2
4 4
 genisoimage
5 5
 sysfsutils
6 6
 sg3_utils
7
-
7
+cryptsetup