update lxd image disk format for openstack CLI 15/31115/1
authorJingLu5 <lvjing5@huawei.com>
Mon, 20 Mar 2017 02:32:51 +0000 (02:32 +0000)
committerJing Lu <lvjing5@huawei.com>
Tue, 21 Mar 2017 01:58:29 +0000 (01:58 +0000)
commit4e7f3a9419f135bff9bc6a3d7f6e67401b33beeb
treed1caadfbef95a15e5fe7ddc7ec8a0ba6234c036f
parentc151f02d0f66b81e6408503b5a4a4737c5f46276
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>
(cherry picked from commit d64fbf2f276a98a7cc37d92c57f5b7f3517286b8)
tests/ci/load_images.sh