mirror of https://github.com/apache/cloudstack.git
Fix build break due to commit 2e0847bfe0.
This commit is contained in:
parent
45d38c4142
commit
db93ebf169
|
|
@ -5,7 +5,7 @@
|
|||
// to you under the Apache License, Version 2.0 (the
|
||||
// "License"); you may not use this file except in compliance
|
||||
// with the License. You may obtain a copy of the License at
|
||||
//
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing,
|
||||
|
|
@ -194,7 +194,7 @@ public class ControlNetworkGuru extends PodBasedNetworkGuru implements NetworkGu
|
|||
return true;
|
||||
}
|
||||
|
||||
protected boolean isRouterVm(VirtualMachineProfile<? extends VirtualMachine> vm) {
|
||||
protected boolean isRouterVm(VirtualMachineProfile vm) {
|
||||
return vm.getType() == VirtualMachine.Type.DomainRouter || vm.getType() == VirtualMachine.Type.InternalLoadBalancerVm;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue