Change default image type in the OTC vendor profile

VHD is there was some really weird old reason, and since qcow2 is
supported as well - use it as default.

Change-Id: Ib246503eba0112122cc874a5772eea05f651a69d
This commit is contained in:
Artem Goncharov 2020-03-26 13:15:50 +01:00 committed by Monty Taylor
parent 8e5893f0ad
commit ab2fcb753f

View File

@ -9,7 +9,7 @@
],
"identity_api_version": "3",
"interface": "public",
"image_format": "vhd",
"image_format": "qcow2",
"vendor_hook": "otcextensions.sdk:load"
}
}