mirror of https://github.com/apache/cloudstack.git
Revert "CLOUDSTACK-4540: Set execute.in.sequence.network.element.commands=true by default"
This reverts commit 3c68b9f850.
Refer to the latest comment in the bug.
This commit is contained in:
parent
c3680cc111
commit
1ea02fed4a
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue