lioadm make sure targetcli is there

Without installing the targetcli package
tools and configs can be missing.

The code was correct baside a typo,
it is `ISCSI` not `ICSI`

Change-Id: I32e5d84d87560458f0eaaf820dcd00c86e6dec8b
This commit is contained in:
Attila Fazekas 2017-12-11 12:01:32 +01:00 committed by afazekas
parent 1933943292
commit 501aaeb4e7
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ function install_cinder {
setup_develop $CINDER_DIR
if [[ "$CINDER_ISCSI_HELPER" == "tgtadm" ]]; then
install_package tgt
elif [[ "$CINDER_ISCI_HELPER" == "lioadm" ]]; then
elif [[ "$CINDER_ISCSI_HELPER" == "lioadm" ]]; then
install_package targetcli
fi
}