diff options
author | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2018-01-24 07:38:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-24 07:38:02 +0000 |
commit | 23c8486309b679d1e5b2da18dcb32c8c6f179882 (patch) | |
tree | 26427ba45f686428214988c63071850ba78c4127 | |
parent | 129ddb31dd0ed7fbff2dba4547287cd0a4370531 (diff) | |
parent | fb9b5e8dd4ae85449d7cb4796b857954cdde83ea (diff) |
Merge "Update image to include patch for ODL NETVIRT-896"
-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 a2d13776..d70e18f6 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="pike" -imageversion="180113131526" +imageversion="180124134113" 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 e9ed9e4a..6ccb0ee0 100755 --- a/code/makefile_patch.sh +++ b/code/makefile_patch.sh @@ -13,7 +13,7 @@ TOOLS_PATH=$1 CACHE_PATH=/home/cache imagebranch="pike" -imageversion="180113131526" +imageversion="180124134113" imageserver="http://artifacts.opnfv.org/daisy/upstream" imagename="kolla-image-$imagebranch-$imageversion.tgz" |