khos2ow commented on a change in pull request #2775: Fix typo in ISO url
URL: https://github.com/apache/cloudstack/pull/2775#discussion_r205505855
##########
File path: tools/appliance/builtin/template.json
##########
@@ -23,7 +23,7 @@
"disk_interface": "virtio",
"net_device": "virtio-net",
- "iso_url":
"http://mirror.nbrc.ac.in/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1808.iso",
+ "iso_url":
"http://mirror.nbrc.ac.in/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1804.iso",
Review comment:
Actually I was just about to send the exact comment. The official has only
`sha1` and `sha256` hashes (which is used in `systemvmtemplate/template.json`)
but here the `iso_checksum_type` is set to `md5`. Either of those needs to be
changed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services