From 8dfcd51bebe990449faff21e39b2b9315d11046d Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Thu, 18 Dec 2014 11:51:54 +0100 Subject: [PATCH] CLOUDSTACK-7184 new config var is not available when not in the db --- setup/db/db/schema-442to443.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/db/db/schema-442to443.sql b/setup/db/db/schema-442to443.sql index 0f456684af2..ab8ebde0b5f 100644 --- a/setup/db/db/schema-442to443.sql +++ b/setup/db/db/schema-442to443.sql @@ -19,3 +19,4 @@ -- Schema upgrade from 4.4.2 to 4.4.3; --; +INSERT IGNORE INTO `cloud`.`configuration` (`category`, `instance`, `component`, `name`, `value`, `default`, `description`) VALUES ('Advanced', 'DEFAULT', 'ManagementServer', 'xen.heartbeat.timeout' , '180', '120', 'If set to true, creates VMs as full clones on ESX hypervisor');