diff options
author | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2018-04-10 16:41:02 +0800 |
---|---|---|
committer | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2018-04-10 16:41:02 +0800 |
commit | c314d9c3a5f522f9b2979ef03b218c852b72cfb3 (patch) | |
tree | a9d448901516f9feba8389238f1226268764c804 | |
parent | c093da4721d9f786f2ca9767c8eba4047708fae4 (diff) |
Update ODL to Nitrogen
Change-Id: I9e194a3fba1b5f510b3bfabb1919f1fdad517e8c
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
-rwxr-xr-x | code/install_interface_patch.sh | 2 | ||||
-rwxr-xr-x | code/makefile_patch.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/code/install_interface_patch.sh b/code/install_interface_patch.sh index 65bac3fd..0b869f07 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="queens" -imageversion="180401110925" +imageversion="180410142414" 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 9bde22f0..4f06515d 100755 --- a/code/makefile_patch.sh +++ b/code/makefile_patch.sh @@ -13,7 +13,7 @@ TOOLS_PATH=$1 CACHE_PATH=/home/cache imagebranch="queens" -imageversion="180401110925" +imageversion="180410142414" imageserver="http://artifacts.opnfv.org/daisy/upstream" imagename="kolla-image-$imagebranch-$imageversion.tgz" |