weizhouapache commented on code in PR #13032:
URL: https://github.com/apache/cloudstack/pull/13032#discussion_r3339534025
##########
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:
ah, misread it. I will update
--
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]