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:
parent
8e5893f0ad
commit
ab2fcb753f
2
openstack/config/vendors/otc.json
vendored
2
openstack/config/vendors/otc.json
vendored
@ -9,7 +9,7 @@
|
||||
],
|
||||
"identity_api_version": "3",
|
||||
"interface": "public",
|
||||
"image_format": "vhd",
|
||||
"image_format": "qcow2",
|
||||
"vendor_hook": "otcextensions.sdk:load"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user