You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by an...@apache.org on 2014/01/31 03:08:06 UTC

[03/11] git commit: updated refs/heads/4.3 to e089b91

CLOUDSTACK-5966 Update the schema-421-430.sql for EnableServiceMonitoring global setting
(cherry picked from commit 888b90677623da745a01db0a5087272f0dabe42c)

Signed-off-by: Animesh Chaturvedi <an...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bbe62ea1
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/bbe62ea1
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/bbe62ea1

Branch: refs/heads/4.3
Commit: bbe62ea134ddd2e0e301909e1d36434a08116e59
Parents: 6f7653d
Author: Jayapal <ja...@apache.org>
Authored: Thu Jan 30 19:29:54 2014 +0530
Committer: Animesh Chaturvedi <an...@apache.org>
Committed: Thu Jan 30 17:42:21 2014 -0800

----------------------------------------------------------------------
 setup/db/db/schema-421to430.sql | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bbe62ea1/setup/db/db/schema-421to430.sql
----------------------------------------------------------------------
diff --git a/setup/db/db/schema-421to430.sql b/setup/db/db/schema-421to430.sql
index 1ed6c6b..6e96947 100644
--- a/setup/db/db/schema-421to430.sql
+++ b/setup/db/db/schema-421to430.sql
@@ -1091,3 +1091,4 @@ CREATE VIEW `cloud`.`user_vm_view` AS
 
 INSERT INTO `cloud`.`configuration`(category, instance, component, name, value, description, default_value) VALUES ('NetworkManager', 'DEFAULT', 'management-server', 'network.router.EnableServiceMonitoring', 'false', 'service monitoring in router enable/disable option, default false', 'false') ON DUPLICATE KEY UPDATE category='NetworkManager';
 
+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';