nvazquez commented on code in PR #8534:
URL: https://github.com/apache/cloudstack/pull/8534#discussion_r1462497630


##########
engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java:
##########
@@ -1750,10 +1751,15 @@ protected boolean reprogramNetworkRules(final long 
networkId, final Account call
         }
 
         //apply network ACLs
+        NsxProviderVO nsxProviderVO = 
nsxProviderDao.findByZoneId(zone.getId());
+        // Objects.isNull(nsxProviderVO) &&

Review Comment:
   There are some leftovers comments on this class



-- 
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]

Reply via email to