summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-08-05 16:16:49 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-08-05 16:16:49 -0500
commitb3b56d8127c8488ad0c7c0095b056b23dde1e96d (patch)
treef18b0b278074a2637ed1fd1cddb7999ce98f4be0 /bindep.txt
parent6557d672b05cbcbc9b8313016dc6eba4e9cc85b3 (diff)
downloadnova-b3b56d8127c8488ad0c7c0095b056b23dde1e96d.tar.gz
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 <sean.mcginnis@gmail.com>
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt5
1 files changed, 5 insertions, 0 deletions
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