summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Yang <yangyang1@zte.com.cn>2017-11-07 10:22:06 +0800
committerAlex Yang <yangyang1@zte.com.cn>2017-11-07 10:22:06 +0800
commit8c42ba2367f5197dbb158d5f50b89b332b484d75 (patch)
treecee6551b6ad8afd59e1ee5ede76c6f2110e46439
parent44114e67184078443f2c9f14353dd29dde7349cd (diff)
Switch master branch to openstack pike
According to the patch in upstream [1]. [1] https://review.openstack.org/#/c/514548/ Change-Id: Ie8edee057aa46ffe0c3f4d96f0c9afb4f1635920 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
-rwxr-xr-xcode/install_interface_patch.sh4
-rwxr-xr-xcode/makefile_patch.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/code/install_interface_patch.sh b/code/install_interface_patch.sh
index 5177425b..8502118a 100755
--- a/code/install_interface_patch.sh
+++ b/code/install_interface_patch.sh
@@ -8,8 +8,8 @@
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
-imagebranch="ocata"
-imageversion="170811155446"
+imagebranch="pike"
+imageversion="171031195331"
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 16988a64..3802fa6b 100755
--- a/code/makefile_patch.sh
+++ b/code/makefile_patch.sh
@@ -12,8 +12,8 @@
TOOLS_PATH=$1
CACHE_PATH=/home/cache
-imagebranch="ocata"
-imageversion="170811155446"
+imagebranch="pike"
+imageversion="171031195331"
imageserver="http://artifacts.opnfv.org/daisy/upstream"
imagename="kolla-image-$imagebranch-$imageversion.tgz"