From 674af6e47313fa18c18536a2daed90d13b9a9a59 Mon Sep 17 00:00:00 2001 From: Anthony Xu Date: Wed, 17 Sep 2014 18:14:31 -0700 Subject: [PATCH] added hypervisor capacity for XS 6.5.0 --- setup/db/db/schema-441to450.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/db/db/schema-441to450.sql b/setup/db/db/schema-441to450.sql index ecc8a38775c..39ac88c678b 100644 --- a/setup/db/db/schema-441to450.sql +++ b/setup/db/db/schema-441to450.sql @@ -736,3 +736,6 @@ INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervis 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', 202, utc_timestamp(), 0); 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', 203, utc_timestamp(), 0); + +INSERT IGNORE INTO `cloud`.`hypervisor_capabilities`(uuid, hypervisor_type, hypervisor_version, max_guests_limit, security_group_enabled, max_data_volumes_limit, storage_motion_supported) VALUES (UUID(), 'XenServer', '6.5.0', 100, 1, 13, 1); +