aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ci/load_images.sh
diff options
context:
space:
mode:
authorJingLu5 <lvjing5@huawei.com>2017-03-20 02:32:51 +0000
committerJingLu5 <lvjing5@huawei.com>2017-03-20 02:32:51 +0000
commitd64fbf2f276a98a7cc37d92c57f5b7f3517286b8 (patch)
tree347fbbf5a9188fbb29845da2840f5fc6ee4d67b1 /tests/ci/load_images.sh
parent5fd91d3f700b43275170b7be148e902c5a88d2ac (diff)
update lxd image disk format for openstack CLI
JIRA: YARDSTICK-598 As we have replaced 'glance image-create' command with 'openstack image create' command, we also need to update the disk-format for openstack CLI. the 'root-tar' is no longer a valid choice. (choose from 'ami', 'ari', 'aki', 'vhd', 'vmdk', 'raw', 'qcow2', 'vhdx', 'vdi', 'iso', 'ploop') Change-Id: I53f839f658c5a6f216f5bb942b1c4f4dcdbf9814 Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'tests/ci/load_images.sh')
-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 b438e09e4..ee46962b5 100755
--- a/tests/ci/load_images.sh
+++ b/tests/ci/load_images.sh
@@ -116,7 +116,7 @@ load_yardstick_image()
if [[ "$DEPLOY_SCENARIO" == *"-lxd-"* ]]; then
output=$(eval openstack image create \
--public \
- --disk-format root-tar \
+ --disk-format raw \
--container-format bare \
${EXTRA_PARAMS} \
--file ${RAW_IMAGE} \