From 7bd83aa4aa8bcfac13e16df95d8b69ef61a6faa8 Mon Sep 17 00:00:00 2001 From: Zhijiang Hu Date: Wed, 10 Jan 2018 22:01:25 -0500 Subject: [PATCH] Show image name while downloading it Change-Id: I977695719d824308dd1c869ced6e91bd1179947c Signed-off-by: Zhijiang Hu --- tools/setup/install/install_func.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup/install/install_func.sh b/tools/setup/install/install_func.sh index 7ed6514d..bdef2d9a 100755 --- a/tools/setup/install/install_func.sh +++ b/tools/setup/install/install_func.sh @@ -106,7 +106,7 @@ function kolla_install imagename="kolla-image-$imagebranch-$imageversion.tgz" sourcedir="/home/kolla_install/" - write_install_log "Begin copy images..." + write_install_log "Begin copy image, name:$imagename" if [ ! -f "$imagedir/$imagename" ];then mkdir -p $imagebakdir cd $imagebakdir