weizhouapache commented on code in PR #10947:
URL: https://github.com/apache/cloudstack/pull/10947#discussion_r2156298380
##########
ui/public/cloud-image-templates.json:
##########
@@ -0,0 +1,146 @@
+[
+ {
+ "id": 1,
+ "name": "Ubuntu 24.04",
+ "version": "24.04",
+ "distro": "Ubuntu",
+ "arch": "x86_64",
+ "filename": "ubuntu-24.04-server-cloudimg-amd64.img"
+ },
Review Comment:
@sudo87
will all these properties be used ?
I saw the usage of name, distro, arch and filename, but not for id and
version
--
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]