mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7184 new config var is not available when not in the db
This commit is contained in:
parent
49cf2ac916
commit
8dfcd51beb
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue