Updated Branches: refs/heads/4.3-forward 5651081ac -> 888b90677
CLOUDSTACK-5966 Update the schema-421-430.sql for EnableServiceMonitoring global setting Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/888b9067 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/888b9067 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/888b9067 Branch: refs/heads/4.3-forward Commit: 888b90677623da745a01db0a5087272f0dabe42c Parents: 5651081 Author: Jayapal <jaya...@apache.org> Authored: Thu Jan 30 19:29:54 2014 +0530 Committer: Jayapal <jaya...@apache.org> Committed: Thu Jan 30 19:31:34 2014 +0530 ---------------------------------------------------------------------- setup/db/db/schema-421to430.sql | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/888b9067/setup/db/db/schema-421to430.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-421to430.sql b/setup/db/db/schema-421to430.sql index 4f8a52e..316cbe9 100644 --- a/setup/db/db/schema-421to430.sql +++ b/setup/db/db/schema-421to430.sql @@ -1090,3 +1090,4 @@ CREATE VIEW `cloud`.`user_vm_view` AS `cloud`.`user_vm_details` `custom_ram_size` ON (((`custom_ram_size`.`vm_id` = `cloud`.`vm_instance`.`id`) and (`custom_ram_size`.`name` = 'memory'))); +INSERT IGNORE INTO `cloud`.`configuration`(category, instance, component, name, value, description, default_value) VALUES ('NetworkManager', 'DEFAULT', 'management-server', 'network.router.EnableServiceMonitoring', 'true', 'service monitoring in router enable/disable option, default true', 'true') ON DUPLICATE KEY UPDATE category='NetworkManager';