diff --git a/lib/cinder b/lib/cinder index a966a4b28e..7c5cefe018 100644 --- a/lib/cinder +++ b/lib/cinder @@ -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 }