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

git commit: updated refs/heads/master to 1ea02fe

Updated Branches:
  refs/heads/master c3680cc11 -> 1ea02fed4


Revert "CLOUDSTACK-4540: Set execute.in.sequence.network.element.commands=true by default"

This reverts commit 3c68b9f850181802d3cbed359cc08352399f9116.

Refer to the latest comment in the bug.


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

Branch: refs/heads/master
Commit: 1ea02fed4adf990c407fbe382e79ece8c7ae6c33
Parents: c3680cc
Author: Sheng Yang <sh...@citrix.com>
Authored: Wed Jan 8 16:03:21 2014 -0800
Committer: Sheng Yang <sh...@citrix.com>
Committed: Wed Jan 8 16:03:21 2014 -0800

----------------------------------------------------------------------
 server/src/com/cloud/configuration/Config.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1ea02fed/server/src/com/cloud/configuration/Config.java
----------------------------------------------------------------------
diff --git a/server/src/com/cloud/configuration/Config.java b/server/src/com/cloud/configuration/Config.java
index f6d8341..0c58141 100755
--- a/server/src/com/cloud/configuration/Config.java
+++ b/server/src/com/cloud/configuration/Config.java
@@ -1878,9 +1878,9 @@ public enum Config {
             NetworkOrchestrationService.class,
             Boolean.class,
             "execute.in.sequence.network.element.commands",
-            "true",
+            "false",
             "If set to true, DhcpEntryCommand, SavePasswordCommand, UserDataCommand, VmDataCommand will be synchronized on the agent side."
-                + " If set to false, these commands become asynchronous. Default value is true.",
+                + " If set to false, these commands become asynchronous. Default value is false.",
             null),
 
     UCSSyncBladeInterval(