We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5b3ef commit a2f0c15Copy full SHA for a2f0c15
server/src/test/java/com/cloud/resource/MockResourceManagerImpl.java
@@ -601,6 +601,12 @@ public List<HostVO> listAllUpAndEnabledHostsInOneZoneByHypervisor(final Hypervis
601
return null;
602
}
603
604
+ @Override
605
+ public List<HostVO> listAllUpAndEnabledHostsAndRoutingTypeInOneZoneByHypervisor(final HypervisorType type, final long dcId) {
606
+ // TODO Auto-generated method stub
607
+ return null;
608
+ }
609
+
610
@Override
611
public List<HostVO> listAllUpHostsInOneZoneByHypervisor(final HypervisorType type, final long dcId) {
612
// TODO Auto-generated method stub
0 commit comments