Skip to content

Commit 10e31b4

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Cinder: install targetcli-fb for Bionic"
2 parents 16eea25 + 363acd9 commit 10e31b4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

lib/cinder

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,11 @@ function install_cinder {
434434
if [[ "$CINDER_ISCSI_HELPER" == "tgtadm" ]]; then
435435
install_package tgt
436436
elif [[ "$CINDER_ISCSI_HELPER" == "lioadm" ]]; then
437-
install_package targetcli
437+
if [[ ${DISTRO} == "bionic" ]]; then
438+
install_package targetcli-fb
439+
else
440+
install_package targetcli
441+
fi
438442
fi
439443
}
440444

0 commit comments

Comments
 (0)