DaanHoogland commented on code in PR #7173:
URL: https://github.com/apache/cloudstack/pull/7173#discussion_r1097337292
##########
engine/api/src/main/java/org/apache/cloudstack/engine/orchestration/service/NetworkOrchestrationService.java:
##########
@@ -100,6 +100,9 @@ public interface NetworkOrchestrationService {
ConfigKey<Boolean> RollingRestartEnabled = new
ConfigKey<Boolean>("Advanced", Boolean.class, "network.rolling.restart", "true",
"Whether to allow or deny rolling restart of network routers.",
true);
+ static final ConfigKey<Boolean> TUNGSTEN_ENABLED = new
ConfigKey<Boolean>(Boolean.class, "tungsten.plugin.enable", "Advanced", "false",
Review Comment:
```suggestion
static final ConfigKey<Boolean> TUNGSTEN_ENABLED = new
ConfigKey<>(Boolean.class, "tungsten.plugin.enable", "Advanced", "false",
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]