Merge "lioadm make sure targetcli is there"

This commit is contained in:
Zuul
2018-01-01 22:53:24 +00:00
committed by Gerrit Code Review

View File

@@ -428,7 +428,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
}