fixing the xen systemvm template guest os to reflect the right one

Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/cebd9444
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/cebd9444
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/cebd9444

Branch: refs/heads/javelin
Commit: cebd9444be7a7b9392da8fe0d6abb64c7c7ed960
Parents: 3298a48
Author: Abhinandan Prateek <[email protected]>
Authored: Thu Aug 23 12:25:46 2012 +0530
Committer: Abhinandan Prateek <[email protected]>
Committed: Thu Aug 23 12:25:46 2012 +0530

----------------------------------------------------------------------
 setup/db/templates.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/cebd9444/setup/db/templates.sql
----------------------------------------------------------------------
diff --git a/setup/db/templates.sql b/setup/db/templates.sql
index 5f7924f..3034c7f 100755
--- a/setup/db/templates.sql
+++ b/setup/db/templates.sql
@@ -16,7 +16,7 @@
 -- under the License.
 
 INSERT INTO `cloud`.`vm_template` (id, unique_name, name, public, created, 
type, hvm, bits, account_id, url, checksum, enable_password, display_text, 
format, guest_os_id, featured, cross_zones, hypervisor_type)
-    VALUES (1, 'routing-1', 'SystemVM Template (XenServer)', 0, now(), 
'SYSTEM', 0, 64, 1, 
'http://download.cloud.com/templates/acton/acton-systemvm-02062012.vhd.bz2', 
'f613f38c96bf039f2e5cbf92fa8ad4f8', 0, 'SystemVM Template (XenServer)', 'VHD', 
15, 0, 1, 'XenServer');
+    VALUES (1, 'routing-1', 'SystemVM Template (XenServer)', 0, now(), 
'SYSTEM', 0, 64, 1, 
'http://download.cloud.com/templates/acton/acton-systemvm-02062012.vhd.bz2', 
'f613f38c96bf039f2e5cbf92fa8ad4f8', 0, 'SystemVM Template (XenServer)', 'VHD', 
133, 0, 1, 'XenServer');
 INSERT INTO `cloud`.`vm_template` (id, unique_name, name, public, created, 
removed, type, hvm, bits, account_id, url, checksum, enable_password, 
display_text,  format, guest_os_id, featured, cross_zones, hypervisor_type, 
extractable)
     VALUES (2, 'centos53-x86_64', 'CentOS 5.3(64-bit) no GUI (XenServer)', 1, 
now(), now(), 'BUILTIN', 0, 64, 1, 
'http://download.cloud.com/templates/builtin/f59f18fb-ae94-4f97-afd2-f84755767aca.vhd.bz2',
 'b63d854a9560c013142567bbae8d98cf', 0, 'CentOS 5.3(64-bit) no GUI 
(XenServer)', 'VHD', 12, 1, 1, 'XenServer', 1);
 

Reply via email to