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
This commit is contained in:
Attila Fazekas 2015-08-06 11:49:46 +02:00
parent 815db16c20
commit 6691907683
3 changed files with 3 additions and 1 deletions

View File

@ -5,3 +5,4 @@ genisoimage
sysfsutils
sg3-utils
python-guestfs # NOPRIME
cryptsetup

View File

@ -4,3 +4,4 @@ lvm2
open-iscsi
sysfsutils
sg3_utils
cryptsetup

View File

@ -4,4 +4,4 @@ lvm2
genisoimage
sysfsutils
sg3_utils
cryptsetup