summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhijiang Hu <hu.zhijiang@zte.com.cn>2017-11-17 08:43:31 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-17 08:43:31 +0000
commitfd74e1b6163f475050be225356f60b84c874177e (patch)
treea490fbc3b4979c308a4011b363243b44291c1d4c
parent1889fdea74103c4a6cc10dfe78491ee399093dc3 (diff)
parent8dbc1fdd91884d315053c5e108af51fccc63f2a1 (diff)
Merge "Update image to solve kolla-box missing packaget"
-rwxr-xr-xcode/install_interface_patch.sh2
-rwxr-xr-xcode/makefile_patch.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/code/install_interface_patch.sh b/code/install_interface_patch.sh
index 50c8ade6..e082c038 100755
--- a/code/install_interface_patch.sh
+++ b/code/install_interface_patch.sh
@@ -9,7 +9,7 @@
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
imagebranch="pike"
-imageversion="171116161159"
+imageversion="171117113539"
imageserver="http://artifacts.opnfv.org/daisy/upstream"
imagedir="/var/lib/daisy/versionfile/kolla"
imagename="kolla-image-$imagebranch-$imageversion.tgz"
diff --git a/code/makefile_patch.sh b/code/makefile_patch.sh
index 3bbcb9d1..bdfdf17f 100755
--- a/code/makefile_patch.sh
+++ b/code/makefile_patch.sh
@@ -13,7 +13,7 @@ TOOLS_PATH=$1
CACHE_PATH=/home/cache
imagebranch="pike"
-imageversion="171116161159"
+imageversion="171117113539"
imageserver="http://artifacts.opnfv.org/daisy/upstream"
imagename="kolla-image-$imagebranch-$imageversion.tgz"