summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYao Lu <lu.yao135@zte.com.cn>2017-03-23 19:45:04 +0800
committerYao Lu <lu.yao135@zte.com.cn>2017-03-23 11:51:42 +0000
commit7182c378cf3b60cc85cb260b19c4504b73f75f61 (patch)
treef86f263981aced47beb6526ed8bc4471ed57743a
parent8eeced263cd35000623a69243766f0970055da69 (diff)
modify image path
according to https://review.openstack.org/#/c/446820/ Change-Id: Ie5ece043ac27e207e232cb05b8b007fa6c1b04c5 Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
-rwxr-xr-xcode/install_interface_patch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/install_interface_patch.sh b/code/install_interface_patch.sh
index 1a0fa73f..6be5b5b4 100755
--- a/code/install_interface_patch.sh
+++ b/code/install_interface_patch.sh
@@ -11,7 +11,7 @@
imagebranch="newton"
imageversion="latest"
imageserver="http://120.24.17.215"
-imagedir="/home/kolla_install/docker/"
+imagedir="/var/lib/daisy/versionfile/kolla"
imagename="kolla-image-$imagebranch-$imageversion.tgz"
mkdir -p $imagedir
if [ ! -e "$imagedir/$imagename" ];then