mirror of https://github.com/apache/cloudstack.git
removing unintended change
This commit is contained in:
parent
2715fd4dd9
commit
ed113474ec
|
|
@ -3443,7 +3443,7 @@ public class VirtualNetworkApplianceManagerImpl extends ManagerBase implements V
|
|||
|
||||
protected boolean sendCommandsToRouter(final VirtualRouter router, Commands cmds) throws AgentUnavailableException {
|
||||
if(!checkRouterVersion(router)){
|
||||
//throw new CloudRuntimeException("Router requires upgrade. Unable to send command to router:" + router.getId());
|
||||
throw new CloudRuntimeException("Router requires upgrade. Unable to send command to router:" + router.getId());
|
||||
}
|
||||
Answer[] answers = null;
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue