diff options
author | Jing Lu <lvjing5@huawei.com> | 2017-04-06 07:47:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-06 07:47:16 +0000 |
commit | 7f445a38e9bc572cce0c7616a24480e7c7b31109 (patch) | |
tree | 411690f829ec7e41362e555def4804a43d5a492c /tests/ci/load_images.sh | |
parent | 132564dc6b19cea9145b23332a04c258d1182f64 (diff) | |
parent | dc7a5c0f5fb30e01c3e5d63b004a6788cb43377c (diff) |
Merge "Bugfix: fix ubuntu image name typo" into stable/danube
Diffstat (limited to 'tests/ci/load_images.sh')
-rwxr-xr-x | tests/ci/load_images.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ci/load_images.sh b/tests/ci/load_images.sh index b9a9eeaab..2e22b83c2 100755 --- a/tests/ci/load_images.sh +++ b/tests/ci/load_images.sh @@ -206,7 +206,7 @@ load_ubuntu_image() --container-format bare \ $EXTRA_PARAMS \ --file $ubuntu_image_file \ - Ubuntu-14.04) + Ubuntu-16.04) echo "$output" UBUNTU_IMAGE_ID=$(echo "$output" | grep " id " | awk '{print $(NF-1)}') |