nitin-maharana commented on a change in pull request #2031: CLOUDSTACK-8672 : 
NCC Integration with CloudStack
URL: https://github.com/apache/cloudstack/pull/2031#discussion_r122549096
 
 

 ##########
 File path: server/test/com/cloud/vpc/MockNetworkManagerImpl.java
 ##########
 @@ -901,4 +904,15 @@ public boolean configureNicSecondaryIp(NicSecondaryIp 
secIp, boolean isZoneSgEna
         return false;  //To change body of implemented methods use File | 
Settings | File Templates.
     }
 
+    @Override
+    public boolean releasePodIp(ReleasePodIpCmdByAdmin ip) throws 
CloudRuntimeException {
+        return true;
+    }
+
+    @Override
+    public AcquirePodIpCmdResponse allocatePodIp(Account account, String 
zoneId, String podId) throws ResourceAllocationException, 
ConcurrentOperationException {
+        // TODO Auto-generated method stub
 
 Review comment:
   DONE.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to