| commit | f537283b84565844aadf7437182087dac8812d42 | [log] [tgz] |
|---|---|---|
| author | Pearl Dsilva <pearl1594@gmail.com> | Mon Jan 22 18:42:23 2024 -0500 |
| committer | Pearl Dsilva <pearl1594@gmail.com> | Mon Jan 22 18:42:23 2024 -0500 |
| tree | 06cc1de3a8f95e8b6929dabf5d7cce0315ac2908 | |
| parent | b0b4175e6eeaad695c03881fedf20b5dc164db48 [diff] |
clean up code
diff --git a/engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java b/engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java index df5b820..87df766 100644 --- a/engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java +++ b/engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java
@@ -1751,15 +1751,10 @@ } //apply network ACLs - NsxProviderVO nsxProviderVO = nsxProviderDao.findByZoneId(zone.getId()); - // Objects.isNull(nsxProviderVO) && if (!_networkACLMgr.applyACLToNetwork(networkId)) { s_logger.warn("Failed to reapply network ACLs as a part of of network id=" + networkId + " restart"); success = false; } -// else if (Objects.nonNull(nsxProviderVO)) { -// success = true; -// } return success; }