mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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:
parent
c3680cc111
commit
1ea02fed4a
@ -1878,9 +1878,9 @@ public enum Config {
|
|||||||
NetworkOrchestrationService.class,
|
NetworkOrchestrationService.class,
|
||||||
Boolean.class,
|
Boolean.class,
|
||||||
"execute.in.sequence.network.element.commands",
|
"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 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),
|
null),
|
||||||
|
|
||||||
UCSSyncBladeInterval(
|
UCSSyncBladeInterval(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user