Switch master branch to openstack pike 67/46767/1
authorAlex Yang <yangyang1@zte.com.cn>
Tue, 7 Nov 2017 02:22:06 +0000 (10:22 +0800)
committerAlex Yang <yangyang1@zte.com.cn>
Tue, 7 Nov 2017 02:22:06 +0000 (10:22 +0800)
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>
code/install_interface_patch.sh
code/makefile_patch.sh

index 5177425..8502118 100755 (executable)
@@ -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"
index 16988a6..3802fa6 100755 (executable)
@@ -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"