diff options
author | Jing Lu <lvjing5@huawei.com> | 2017-03-21 01:58:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-21 01:58:22 +0000 |
commit | ad52d92090aa23adbd1a6785e5fdb565bb2ab130 (patch) | |
tree | 359b8bc473e79208ff6b392b1b99d25175a874fd /tests | |
parent | 4eacd85d78a0fbc1fee8224777634df84e7bce34 (diff) | |
parent | d64fbf2f276a98a7cc37d92c57f5b7f3517286b8 (diff) |
Merge "update lxd image disk format for openstack CLI"
Diffstat (limited to 'tests')
-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 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} \ |