@@ -554,9 +554,7 @@ INSERT IGNORE INTO `cloud`.`guest_os` (id, uuid, category_id, display_name, crea
554
554
INSERT IGNORE INTO ` cloud` .` guest_os` (id, uuid, category_id, display_name, created) VALUES (238 , UUID(), 4 , ' Red Hat Enterprise Linux 5 (64-bit)' , utc_timestamp());
555
555
INSERT IGNORE INTO ` cloud` .` guest_os` (id, uuid, category_id, display_name, created) VALUES (239 , UUID(), 4 , ' Red Hat Enterprise Linux 6 (32-bit)' , utc_timestamp());
556
556
INSERT IGNORE INTO ` cloud` .` guest_os` (id, uuid, category_id, display_name, created) VALUES (240 , UUID(), 4 , ' Red Hat Enterprise Linux 6 (64-bit)' , utc_timestamp());
557
- INSERT IGNORE INTO ` cloud` .` guest_os` (id, uuid, category_id, display_name, created) VALUES (241 , UUID(), 10 , ' Ubuntu 14.04 (32-bit)' , utc_timestamp());
558
- INSERT IGNORE INTO ` cloud` .` guest_os` (id, uuid, category_id, display_name, created) VALUES (242 , UUID(), 10 , ' Ubuntu 14.04 (64-bit)' , utc_timestamp());
559
- INSERT IGNORE INTO ` cloud` .` guest_os` (id, uuid, category_id, display_name, created) VALUES (243 , UUID(), 5 , ' SUSE Linux Enterprise Server 12 (32-bit)' , utc_timestamp());
557
+ INSERT IGNORE INTO ` cloud` .` guest_os` (id, uuid, category_id, display_name, created) VALUES (241 , UUID(), 10 , ' Ubuntu 14.04' , utc_timestamp());
560
558
INSERT IGNORE INTO ` cloud` .` guest_os` (id, uuid, category_id, display_name, created) VALUES (244 , UUID(), 5 , ' SUSE Linux Enterprise Server 12 (64-bit)' , utc_timestamp());
561
559
INSERT IGNORE INTO ` cloud` .` guest_os` (id, uuid, category_id, display_name, created) VALUES (245 , UUID(), 4 , ' Red Hat Enterprise Linux 7' , utc_timestamp());
562
560
INSERT IGNORE INTO ` cloud` .` guest_os` (id, uuid, category_id, display_name, created) VALUES (246 , UUID(), 1 , ' CentOS 7' , utc_timestamp());
@@ -701,8 +699,7 @@ INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervis
701
699
INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),' Xenserver' , ' 6.5.0' , ' SUSE Linux Enterprise Server 11 SP2 (64-bit)' , 185 , utc_timestamp(), 0 );
702
700
INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),' Xenserver' , ' 6.5.0' , ' SUSE Linux Enterprise Server 11 SP3 (32-bit)' , 188 , utc_timestamp(), 0 );
703
701
INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),' Xenserver' , ' 6.5.0' , ' SUSE Linux Enterprise Server 11 SP3 (32-bit)' , 187 , utc_timestamp(), 0 );
704
- INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),' Xenserver' , ' 6.5.0' , ' SUSE Linux Enterprise Server 12 (experimental)' , 243 , utc_timestamp(), 0 );
705
- INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),' Xenserver' , ' 6.5.0' , ' SUSE Linux Enterprise Server 12 (experimental)' , 244 , utc_timestamp(), 0 );
702
+ INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),' Xenserver' , ' 6.5.0' , ' SUSE Linux Enterprise Server 12 (64-bit)' , 244 , utc_timestamp(), 0 );
706
703
INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),' Xenserver' , ' 6.5.0' , ' Windows 7 (32-bit)' , 48 , utc_timestamp(), 0 );
707
704
INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),' Xenserver' , ' 6.5.0' , ' Windows 7 (64-bit)' , 49 , utc_timestamp(), 0 );
708
705
INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),' Xenserver' , ' 6.5.0' , ' Windows 8 (32-bit)' , 165 , utc_timestamp(), 0 );
@@ -726,7 +723,6 @@ INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervis
726
723
INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),' Xenserver' , ' 6.5.0' , ' Ubuntu Precise Pangolin 12.04 (32-bit)' , 163 , utc_timestamp(), 0 );
727
724
INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),' Xenserver' , ' 6.5.0' , ' Ubuntu Precise Pangolin 12.04 (64-bit)' , 164 , utc_timestamp(), 0 );
728
725
INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),' Xenserver' , ' 6.5.0' , ' Ubuntu Trusty Tahr 14.04' , 241 , utc_timestamp(), 0 );
729
- INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),' Xenserver' , ' 6.5.0' , ' Ubuntu Trusty Tahr 14.04' , 242 , utc_timestamp(), 0 );
730
726
INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),' Xenserver' , ' 6.5.0' , ' Other install media' , 169 , utc_timestamp(), 0 );
731
727
INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),' Xenserver' , ' 6.5.0' , ' Other install media' , 170 , utc_timestamp(), 0 );
732
728
INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),' Xenserver' , ' 6.5.0' , ' Other install media' , 98 , utc_timestamp(), 0 );
0 commit comments