From 3d2916a4b76510e7c70ccc5193576447491e637a Mon Sep 17 00:00:00 2001 From: Anthony Xu Date: Fri, 10 Oct 2014 10:37:14 -0700 Subject: [PATCH] since max_guest_vm for XS 6.2.0 is 500, change max_guest_vm for XS 6.5.0 to 500 --- setup/db/db/schema-441to450.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/db/db/schema-441to450.sql b/setup/db/db/schema-441to450.sql index 0d24acd4a06..bdfb5b9fe61 100644 --- a/setup/db/db/schema-441to450.sql +++ b/setup/db/db/schema-441to450.sql @@ -745,7 +745,7 @@ 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', 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); +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', 500, 1, 13, 1); CREATE TABLE `cloud`.`baremetal_rct` ( `id` bigint unsigned UNIQUE AUTO_INCREMENT,