From f7f1df8d5ed6b19e9f933212076d1374aaf8d0d9 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Mon, 27 Jul 2020 12:42:36 -0500 Subject: [PATCH] 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 Cinder needs the package in order for os-brick to operate, we can just add it to cinder so we can make sure it is available. Change-Id: Iee0a30c4e623c9b22c377093cd600cc8f6da78eb Signed-off-by: Sean McGinnis --- bindep.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bindep.txt b/bindep.txt index 18e751914a9..7a270a37486 100644 --- a/bindep.txt +++ b/bindep.txt @@ -36,3 +36,8 @@ libxslt-devel [platform:rpm test] libxslt1-dev [platform:dpkg test] cryptsetup [platform:rpm] cryptsetup-bin [platform:dpkg] +# Cinder 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 in +# os-brick tests. Net result is the same that lsscsi will be installed for any +# cinder installation. +lsscsi