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>
This commit is contained in:
Sean McGinnis 2020-08-05 16:16:49 -05:00
parent 6557d672b0
commit b3b56d8127
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
1 changed files with 5 additions and 0 deletions

View File

@ -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