Dogface2k commented on issue #13876: URL: https://github.com/apache/cloudstack/issues/13876#issuecomment-5312766401
Thanks @MertkanOzlu, that confirms the reported runtime symptom. I checked the 4.22.0.0 and 4.22.0.1 code paths. For a local ISO upload, `GetUploadParamsForIsoCmd` goes through `validateTemplateType()`, and on both versions that method does not handle `GetUploadParamsForIsoCmd`, so it returns `null`. That matches #12104. #12151 / `c3d6a8c` adds the missing ISO case and returns `TemplateType.USER`. That fix is included in the 4.22.1.0 release. If you have a 4.22.1.0 environment available, could you confirm whether a fresh local ISO upload results in `vm_template.type = USER`? If so, #13876 appears to be the already-fixed #12104 regression rather than a separate UI issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
