DaanHoogland commented on code in PR #9074: URL: https://github.com/apache/cloudstack/pull/9074#discussion_r1677962113
########## server/src/main/java/com/cloud/agent/manager/allocator/impl/TestingAllocator.java: ########## @@ -28,32 +28,24 @@ import com.cloud.host.Host; import com.cloud.host.Host.Type; import com.cloud.host.dao.HostDao; -import com.cloud.offering.ServiceOffering; import com.cloud.utils.component.AdapterBase; -import com.cloud.vm.VirtualMachine; import com.cloud.vm.VirtualMachineProfile; public class TestingAllocator extends AdapterBase implements HostAllocator { Review Comment: why is this not a BaseAllocator-child, @BryanMLima ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org