CLOUDSTACK-7184 c&p feature fix in conf-value-description

This commit is contained in:
Daan Hoogland 2014-12-18 12:23:53 +01:00
parent 8dfcd51beb
commit 86c425ec83
1 changed files with 1 additions and 1 deletions

View File

@ -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');