Updated Branches: refs/heads/master 654c90f4e -> 7bff499bd
CLOUDSTACK-4495: systemVM template URL is pointing to old template location in upgrade file. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/108aab76 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/108aab76 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/108aab76 Branch: refs/heads/master Commit: 108aab76652a1d8294ec2c263c58059d1003ee39 Parents: 654c90f Author: Sanjay Tripathi <[email protected]> Authored: Mon Aug 26 13:23:58 2013 +0530 Committer: Likitha Shetty <[email protected]> Committed: Thu Sep 5 13:05:16 2013 +0530 ---------------------------------------------------------------------- engine/schema/src/com/cloud/upgrade/dao/Upgrade410to420.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/108aab76/engine/schema/src/com/cloud/upgrade/dao/Upgrade410to420.java ---------------------------------------------------------------------- diff --git a/engine/schema/src/com/cloud/upgrade/dao/Upgrade410to420.java b/engine/schema/src/com/cloud/upgrade/dao/Upgrade410to420.java index 9ca7f54..d27dfa7 100755 --- a/engine/schema/src/com/cloud/upgrade/dao/Upgrade410to420.java +++ b/engine/schema/src/com/cloud/upgrade/dao/Upgrade410to420.java @@ -675,7 +675,7 @@ public class Upgrade410to420 implements DbUpgrade { }; Map<HypervisorType, String> newTemplateUrl = new HashMap<HypervisorType, String>(){ - { put(HypervisorType.XenServer, "http://download.cloud.com/templates/4.2/systemvmtemplate-2013-06-12-master-xen.vhd.bz2"); + { put(HypervisorType.XenServer, "http://download.cloud.com/templates/4.2/systemvmtemplate-2013-07-12-master-xen.vhd.bz2"); put(HypervisorType.VMware, "http://download.cloud.com/templates/4.2/systemvmtemplate-4.2-vh7.ova"); put(HypervisorType.KVM, "http://download.cloud.com/templates/4.2/systemvmtemplate-2013-06-12-master-kvm.qcow2.bz2"); put(HypervisorType.LXC, "http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2");
