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
commit 3d0f7c7af3
1 changed files with 1 additions and 1 deletions

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
}