From 86c425ec839ccc14fe323b48b875753633675e3f Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Thu, 18 Dec 2014 12:23:53 +0100 Subject: [PATCH] CLOUDSTACK-7184 c&p feature fix in conf-value-description --- setup/db/db/schema-442to443.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/db/db/schema-442to443.sql b/setup/db/db/schema-442to443.sql index ab8ebde0b5f..d871bfa40d8 100644 --- a/setup/db/db/schema-442to443.sql +++ b/setup/db/db/schema-442to443.sql @@ -19,4 +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'); +INSERT IGNORE INTO `cloud`.`configuration` (`category`, `instance`, `component`, `name`, `value`, `default`, `description`) VALUES ('Advanced', 'DEFAULT', 'ManagementServer', 'xen.heartbeat.timeout' , '180', '120', 'Timeout value to send to the xenheartbeat script for guarding the self fencing functionality');