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.
This commit is contained in:
Sheng Yang 2014-01-08 16:03:21 -08:00
parent c3680cc111
commit 1ea02fed4a

View File

@ -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(