From b3b56d8127c8488ad0c7c0095b056b23dde1e96d Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Wed, 5 Aug 2020 16:16:49 -0500 Subject: Add lsscsi to bindep lsscsi is needed for some of the SCSI device identification. This identification is actually done in os-brick, but due to the way devstack and potentially other things install from source, os-brick's bindep.txt file may not be used. Since Nova needs the package in order for os-brick to operate, we can just add it to nova so we can make sure it is available. Change-Id: Iba5307a6c644ae0fe5eb754f1b1e5dbdfc541cb9 Signed-off-by: Sean McGinnis --- bindep.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bindep.txt') diff --git a/bindep.txt b/bindep.txt index bc4a9cf36b..535a8a0b43 100644 --- a/bindep.txt +++ b/bindep.txt @@ -49,3 +49,8 @@ texlive-latex-recommended [pdf-docs] texlive-xetex [pdf-docs] libpcre3-dev [platform:dpkg test] pcre-devel [platform:rpm test] +# Nova uses lsscsi via os-brick. Due to bindep usage in devstack and +# elsewhere, we add it here to make sure it is picked up and available at +# runtime and in unit tests. Net result is the same that lsscsi will be +# installed for any nova installation. +lsscsi -- cgit v1.2.1