Description of problem: Glance image conversion is not configured by tripleO. glance-image-import.conf must be configured How reproducible: Always Steps to Reproduce: 1. in glance_api container grep image_import_plugins /etc/glance/glance-image-import.conf #image_import_plugins = [no_op] 2. glance image-create-via-import --disk-format qcow2 --container-format bare --name cirros --import-method web-download --uri http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img 3. Image is still in qcow2 Actual results: Image is not converted Expected results: Image is converted Additional info: Need to have image_import_plugins = ['image_conversion'] in glance-image-import.conf
Giulio said in an email thread that cherry-picked the missing patch in upstream and downstream branches. Giulio, could you add links to the patches in this BZ?
Oh, you already did (https://review.opendev.org/#/c/708077/), sorry for the noise :)
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:0760