File tree Expand file tree Collapse file tree
server/test/com/cloud/vpc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525import javax .inject .Inject ;
2626import javax .naming .ConfigurationException ;
2727
28+ import org .apache .cloudstack .acl .ControlledEntity ;
2829import org .apache .log4j .Logger ;
2930import org .springframework .stereotype .Component ;
3031
@@ -835,6 +836,11 @@ public void removeDhcpServiceInSubnet(Nic nic) {
835836 //To change body of implemented methods use File | Settings | File Templates.
836837 }
837838
839+ @ Override
840+ public boolean resourceCountNeedsUpdate (NetworkOffering ntwkOff , ACLType aclType ) {
841+ return false ; //To change body of implemented methods use File | Settings | File Templates.
842+ }
843+
838844 @ Override
839845 public void prepareNicForMigration (VirtualMachineProfile vm , DeployDestination dest ) {
840846 // TODO Auto-generated method stub
You can’t perform that action at this time.
0 commit comments