You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Rohit Yadav <ro...@citrix.com> on 2012/10/30 07:55:46 UTC

Fix template url for devcloud

Hi David/anyone with access to cloudstack-extras,

I recently committed c68c7e2a2d47cd8df628fa30791a00f6ec1f1c44 which fixes the template url for devcloud in tools/devcloud/devcloud.sql

-UPDATE `cloud`.`vm_template` SET unique_name="tiny Linux",name="tiny Linux",url="http://nfs1.lab.vmops.com/templates/ttylinux_pv.vhd",checksum="046e134e642e6d344b34648223ba4bc1",display_te
+UPDATE `cloud`.`vm_template` SET unique_name="tiny Linux",name="tiny Linux",url="https://github.com/downloads/bhaisaab/incubator-cloudstack/ttylinux_pv.vhd",checksum="046e134e642e6d344b346

Please upload the vhd to cloudstack-extras/<any repo or new repo>, we don't have to commit and upload, we can simply goto the download section and upload the file.

Regards.