Fix: openstack image upload defaults to qcow2 92/64792/3 v0.34.2
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 28 Jul 2020 18:01:49 +0000 (14:01 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Tue, 28 Jul 2020 20:18:48 +0000 (16:18 -0400)
commit6b5656cb0eb6a526abe7fd1da5dbc258bfe5b7b6
treed1c85f1816bbc1a929637c1d5b700cf7c4f0b9bc
parent313eb1ef64b9881147e3c35394a012b8515408af
Fix: openstack image upload defaults to qcow2

Openstack cmd and upload should default to raw not qcow.
builds were timing out. Internally ceph is converting from
qcow2 to raw. Which can cause the time outs.

Issue-ID: RELENG-3102
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I78b2fe7bcc6e6f631013cf1d58455cf17cbea291
lftools/openstack/cmd.py
lftools/openstack/image.py
releasenotes/notes/openstack-276ef6e079124325.yaml [new file with mode: 0644]