Make sure lsscsi is installed for os-brick

os-brick upstream made some changes and started to use lsscsi for
discovering iSCSI devices. Make sure lsscsi is installed by the charm
until the os-brick package in Ubuntu pulls it as a dependency.

Closes-Bug: #1939390
Change-Id: I509d5edb3c6e3a4c35b7252b567a1672cf5e0bbe
(cherry picked from commit 7a3982d987)
(cherry picked from commit dd67c2c04e)
This commit is contained in:
Nobuto Murata 2022-02-21 22:49:01 +09:00
parent 1fa13b7524
commit 28f0b70bce
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ BASE_PACKAGES = [
'xfsprogs',
'nfs-common',
'open-iscsi',
'lsscsi', # bug 1939390
'python3-novaclient', # lib required by juju actions
'python3-neutronclient', # lib required by juju actions
'python3-keystoneauth1', # lib required by juju actions