You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/11/08 19:09:19 UTC

[63/76] [abbrv] git commit: updated refs/heads/ui-restyle to 9dd6ff6

CLOUDSTACK-4916: removing spurious comments


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

Branch: refs/heads/ui-restyle
Commit: 07b68742c970049aaef1459f51425c5f7d6abcad
Parents: c7fe212
Author: Abhinandan Prateek <ap...@apache.org>
Authored: Fri Nov 8 16:44:32 2013 +0530
Committer: Abhinandan Prateek <ap...@apache.org>
Committed: Fri Nov 8 16:44:32 2013 +0530

----------------------------------------------------------------------
 client/tomcatconf/db.properties.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/07b68742/client/tomcatconf/db.properties.in
----------------------------------------------------------------------
diff --git a/client/tomcatconf/db.properties.in b/client/tomcatconf/db.properties.in
index 50b8d33..31e0803 100644
--- a/client/tomcatconf/db.properties.in
+++ b/client/tomcatconf/db.properties.in
@@ -86,9 +86,9 @@ db.simulator.autoReconnect=true
 # High Availability And Cluster Properties
 db.ha.enabled=false
 # cloud stack Database
-db.cloud.slaves=localhost,localhost     #Comma Separated list of slaves
+db.cloud.slaves=localhost,localhost
 db.cloud.autoReconnect=true
-db.cloud.failOverReadOnly=false         #Do not change this parameter to true
+db.cloud.failOverReadOnly=false
 db.cloud.reconnectAtTxEnd=true
 db.cloud.autoReconnectForPools=true
 db.cloud.secondsBeforeRetryMaster=3600
@@ -96,9 +96,9 @@ db.cloud.queriesBeforeRetryMaster=5000
 db.cloud.initialTimeout=3600
 
 #usage Database
-db.usage.slaves=localhost,localhost     #Comma Separated list of slaves
+db.usage.slaves=localhost,localhost
 db.usage.autoReconnect=true
-db.usage.failOverReadOnly=false         #Do not change this parameter to true
+db.usage.failOverReadOnly=false
 db.usage.reconnectAtTxEnd=true
 db.usage.autoReconnectForPools=true
 db.usage.secondsBeforeRetryMaster=3600