vishesh92 commented on code in PR #13032:
URL: https://github.com/apache/cloudstack/pull/13032#discussion_r3338858209
##########
engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java:
##########
@@ -1686,7 +1716,7 @@ public void implementNetworkElementsAndResources(final
DeployDestination dest, f
}
}
- for (final NetworkElement element : networkElements) {
+ for (final NetworkElement element :
getNetworkElementsIncludingExtensions()) {
Review Comment:
I meant within this method only. We are calling the same method again in
Line 1736.
--
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]