diff options
author | 2017-03-23 15:21:10 +0000 | |
---|---|---|
committer | 2017-03-23 15:21:10 +0000 | |
commit | bbef0fa1fb89a90a98e66ece5b19852bcf3f2332 (patch) | |
tree | 2895684892b8d41afd868843cf1e09c3954531a0 /code | |
parent | 84b0be2e12d83a48ac15b3e4f457b7e7fb465735 (diff) | |
parent | 7182c378cf3b60cc85cb260b19c4504b73f75f61 (diff) |
Merge "modify image path according to https://review.openstack.org/#/c/446820/"
Diffstat (limited to 'code')
-rwxr-xr-x | code/install_interface_patch.sh | 2 |
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 |