Merge "Cinder: install targetcli-fb for Bionic"

This commit is contained in:
Zuul 2019-03-11 07:09:24 +00:00 committed by Gerrit Code Review
commit 10e31b481d

View File

@ -434,7 +434,11 @@ function install_cinder {
if [[ "$CINDER_ISCSI_HELPER" == "tgtadm" ]]; then
install_package tgt
elif [[ "$CINDER_ISCSI_HELPER" == "lioadm" ]]; then
install_package targetcli
if [[ ${DISTRO} == "bionic" ]]; then
install_package targetcli-fb
else
install_package targetcli
fi
fi
}