I used virtual_guest.verifyReloadOperatingSystem(reload_config,id=instance_id)
to do check before executing reload api
. verifyReloadOperatingSystem
raise exception as:
SoftLayerAPIError(SoftLayer_Exception_Public): Selected image is incompatible with this guest.
Could you tell me What is the cause of this problem?
p.s..
reload_config = {
'imageTemplateId': image_id
}