@@ -964,3 +964,5 @@ INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervis
964964INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),' VMware' , ' 5.1' , ' rhel6_64Guest' , 253 , utc_timestamp(), 0 );
965965INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),' VMware' , ' 5.5' , ' rhel6Guest' , 252 , utc_timestamp(), 0 );
966966INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),' VMware' , ' 5,5' , ' rhel6_64Guest' , 253 , utc_timestamp(), 0 );
967+ INSERT INTO ` cloud` .` vm_template` (id, uuid, 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, extractable, state)
968+ VALUES (11 , UUID(), ' centos7-x86_64-lxc' , ' CentOS 7(64-bit) no GUI (LXC)' , 1 , now(), ' BUILTIN' , 0 , 64 , 1 , ' http://download.cloud.com/templates/builtin/centos-7-x86_64.tar.gz' , ' c2c4fa2d0978121c7977db571f132d6e' , 0 , ' CentOS 7(64-bit) no GUI (LXC)' , ' TAR' , 246 , 1 , 1 , ' LXC' , 1 , ' Active' );
0 commit comments