mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7184 fieldname typo
This commit is contained in:
parent
0e312a7a77
commit
79fc9d2687
|
|
@ -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', 'Timeout value to send to the xenheartbeat script for guarding the self fencing functionality');
|
||||
INSERT IGNORE INTO `cloud`.`configuration` (`category`, `instance`, `component`, `name`, `value`, `default_value`, `description`) VALUES ('Advanced', 'DEFAULT', 'ManagementServer', 'xen.heartbeat.timeout' , '180', '120', 'Timeout value to send to the xenheartbeat script for guarding the self fencing functionality');
|
||||
|
|
|
|||
Loading…
Reference in New Issue