CLOUDSTACK-5829:

listvms should return the diskoffering id when deployed with an iso
This commit is contained in:
Nitin Mehta 2014-01-10 14:18:59 -08:00
parent 96c6f6d15d
commit 2571dd7713
1 changed files with 2 additions and 2 deletions

View File

@ -3525,10 +3525,10 @@ public class VirtualNetworkApplianceManagerImpl extends ManagerBase implements V
}
protected boolean sendCommandsToRouter(final VirtualRouter router, Commands cmds) throws AgentUnavailableException {
/*if(!checkRouterVersion(router)){
if(!checkRouterVersion(router)){
s_logger.debug("Router requires upgrade. Unable to send command to router:" + router.getId());
throw new CloudRuntimeException("Unable to send command. Upgrade in progress. Please contact administrator.");
}*/
}
Answer[] answers = null;
try {
answers = _agentMgr.send(router.getHostId(), cmds);