Summary: Remove some todo lines that have been addressed

Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1359158121 -0700
This commit is contained in:
Marcus Sorensen 2013-01-25 16:55:21 -07:00
parent 072521c358
commit 4d369994d4
1 changed files with 0 additions and 2 deletions

View File

@ -953,7 +953,6 @@ public class UserVmManagerImpl implements UserVmManager, UserVmService, Manager
}
}
//todo: any security group related checks
//ensure network belongs in zone
if (network.getDataCenterId() != vmInstance.getDataCenterIdToDeployIn()) {
throw new CloudRuntimeException(vmInstance + " is in zone:" + vmInstance.getDataCenterIdToDeployIn() + " but " + network + " is in zone:" + network.getDataCenterId());
@ -963,7 +962,6 @@ public class UserVmManagerImpl implements UserVmManager, UserVmService, Manager
s_logger.debug(vmInstance + " already in " + network + " going to add another NIC");
}
//todo: check other nics for VPC networks (can only belong to one?)
//todo: verify unique hostname in network domain?
NicProfile guestNic = null;