weizhouapache commented on code in PR #9410:
URL: https://github.com/apache/cloudstack/pull/9410#discussion_r1687058002
##########
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:
```suggestion
```
##########
server/src/main/java/com/cloud/network/vpc/VpcManagerImpl.java:
##########
@@ -43,6 +43,11 @@
import javax.naming.ConfigurationException;
import com.cloud.configuration.ConfigurationManager;
+import com.cloud.configuration.ConfigurationManagerImpl;
+import com.cloud.dc.ASNumberVO;
+import com.cloud.dc.BGPService;
+import com.cloud.dc.dao.ASNumberDao;
+import com.cloud.network.nsx.NsxService;
Review Comment:
```suggestion
```
--
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]