mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
CLOUDSTACK-4495: systemVM template URL is pointing to old template location in upgrade file.
This commit is contained in:
parent
654c90f4e5
commit
108aab7665
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user