You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/06/16 23:06:48 UTC

[GitHub] nitin-maharana commented on a change in pull request #2031: CLOUDSTACK-8672 : NCC Integration with CloudStack

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:
users@infra.apache.org


With regards,
Apache Git Services