summaryrefslogtreecommitdiffstats
path: root/code
diff options
context:
space:
mode:
authorAlex Yang <yangyang1@zte.com.cn>2017-05-23 10:25:10 +0800
committerAlex Yang <yangyang1@zte.com.cn>2017-05-23 14:18:26 +0800
commit9d221db69bba6701eb8de06939fbda8d8ecca7af (patch)
treec4200a9e52e176d702875db63a4127b4a22cf4d3 /code
parentbfacd100e576a50be19447f7c1b6cea2ac55ebd0 (diff)
support ocata openstack, keep up with the upstream
The upstream openstack/daisycloud-core supports ocata openstack now. https://review.openstack.org/#/c/465410/ Change-Id: I14825c80cdd2297e5b0df3680f30fa5c32de3cc4 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Diffstat (limited to 'code')
-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 6be5b5b4..312b82c7 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="newton"
-imageversion="latest"
+imagebranch="ocata"
+imageversion="170420124331"
imageserver="http://120.24.17.215"
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 8d83f4e5..23a489b4 100755
--- a/code/makefile_patch.sh
+++ b/code/makefile_patch.sh
@@ -12,8 +12,8 @@
TOOLS_PATH=$1
CACHE_PATH=/home/cache
-imagebranch="newton"
-imageversion="latest"
+imagebranch="ocata"
+imageversion="170420124331"
imageserver="http://120.24.17.215"
imagename="kolla-image-$imagebranch-$imageversion.tgz"