weizhouapache commented on code in PR #9410:
URL: https://github.com/apache/cloudstack/pull/9410#discussion_r1687132627
##########
server/src/main/java/com/cloud/network/vpc/VpcManagerImpl.java:
##########
@@ -266,6 +273,12 @@ public class VpcManagerImpl extends ManagerBase implements
VpcManager, VpcProvis
@Qualifier("networkHelper")
protected NetworkHelper networkHelper;
@Inject
+ private NsxService nsxService;
+ @Inject
Review Comment:
This fixed the simulator CI.
NsxService cannot be used in normal build without '-Dnoredist'.
--
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]