weizhouapache commented on code in PR #13032:
URL: https://github.com/apache/cloudstack/pull/13032#discussion_r3334186896
##########
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:
@vishesh92
the problem is, the network extensions are dynamic, they could be added or
removed
--
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]