From 1ea02fed4adf990c407fbe382e79ece8c7ae6c33 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Wed, 8 Jan 2014 16:03:21 -0800 Subject: [PATCH] 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. --- server/src/com/cloud/configuration/Config.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/com/cloud/configuration/Config.java b/server/src/com/cloud/configuration/Config.java index f6d83414ea4..0c581415f07 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(