aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJing Lu <lvjing5@huawei.com>2017-04-06 07:47:16 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-06 07:47:16 +0000
commit7f445a38e9bc572cce0c7616a24480e7c7b31109 (patch)
tree411690f829ec7e41362e555def4804a43d5a492c
parent132564dc6b19cea9145b23332a04c258d1182f64 (diff)
parentdc7a5c0f5fb30e01c3e5d63b004a6788cb43377c (diff)
Merge "Bugfix: fix ubuntu image name typo" into stable/danube
-rwxr-xr-xtests/ci/load_images.sh2
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)}')