commit | 3d0f7c7af34f7307dfa1c0f62ca7b1fc21570834 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.openstack.org> | Mon Jan 01 22:53:24 2018 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon Jan 01 22:53:25 2018 +0000 |
tree | a871a3ebe85c20b12b2ed100ef4f9f358ac0d6f2 | |
parent | 7b1b6f3446965dda570806dfab06538e6796012e [diff] | |
parent | 501aaeb4e7ee07d4c52db987d748ac75dabcaaa6 [diff] |
Merge "lioadm make sure targetcli is there"
diff --git a/lib/cinder b/lib/cinder index c97006a..655908c 100644 --- a/lib/cinder +++ b/lib/cinder
@@ -428,7 +428,7 @@ 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 }