Skip to content

Commit 2571dd7

Browse files
committed
CLOUDSTACK-5829:
listvms should return the diskoffering id when deployed with an iso
1 parent 96c6f6d commit 2571dd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3525,10 +3525,10 @@ private void createDhcpEntryCommandsForVMs(DomainRouterVO router, Commands cmds,
35253525
}
35263526

35273527
protected boolean sendCommandsToRouter(final VirtualRouter router, Commands cmds) throws AgentUnavailableException {
3528-
/*if(!checkRouterVersion(router)){
3528+
if(!checkRouterVersion(router)){
35293529
s_logger.debug("Router requires upgrade. Unable to send command to router:" + router.getId());
35303530
throw new CloudRuntimeException("Unable to send command. Upgrade in progress. Please contact administrator.");
3531-
}*/
3531+
}
35323532
Answer[] answers = null;
35333533
try {
35343534
answers = _agentMgr.send(router.getHostId(), cmds);

0 commit comments

Comments
 (0)