Fix cinder-volume setup in block-box

Change-Id: I371e0f5b5876dcb276e133718ba78257f75da381
This commit is contained in:
Ivan Kolodyazhny 2018-05-21 13:46:06 -07:00
parent a595cd0e28
commit 910f534382
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if [[ ! -z $YUM ]]; then
yum update -y
yum install -y scsi-target-utils
elif [[ ! -z $APT ]]; then
apgt-get update -y
apt-get update -y
apt-get install -y thin-provisioning-tools
else: