From 9d221db69bba6701eb8de06939fbda8d8ecca7af Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Tue, 23 May 2017 10:25:10 +0800 Subject: 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 --- code/install_interface_patch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'code/install_interface_patch.sh') 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" -- cgit 1.2.3-korg