mirror of https://github.com/apache/cloudstack.git
parent
46ce247e73
commit
8d7eff42f9
|
|
@ -28,6 +28,7 @@ import com.cloud.exception.InsufficientCapacityException;
|
|||
import com.cloud.exception.NetworkRuleConflictException;
|
||||
import com.cloud.exception.ResourceAllocationException;
|
||||
import com.cloud.exception.ResourceUnavailableException;
|
||||
import com.cloud.hypervisor.Hypervisor.HypervisorType;
|
||||
import com.cloud.network.IpAddress;
|
||||
import com.cloud.network.Network;
|
||||
import com.cloud.network.Network.Provider;
|
||||
|
|
@ -452,4 +453,13 @@ public class MockVpcManagerImpl implements VpcManager, Manager{
|
|||
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see com.cloud.network.vpc.VpcManager#getSupportedVpcHypervisors()
|
||||
*/
|
||||
@Override
|
||||
public List<HypervisorType> getSupportedVpcHypervisors() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue