mirror of
https://github.com/apache/cloudstack
synced 2026-08-27 16:23:41 +00:00
Signed-off-by: Chip Childers <chip.childers@gmail.com>
This commit is contained in:
parent
5a75a3cbda
commit
e221d18bcb
@ -2786,13 +2786,9 @@ public class NetworkServiceImpl extends ManagerBase implements NetworkService {
|
||||
PhysicalNetworkVO pvo = _physicalNetworkDao.findById(physicalNetworkId);
|
||||
DataCenterVO dvo = _dcDao.findById(pvo.getDataCenterId());
|
||||
if (dvo.getNetworkType() == NetworkType.Basic) {
|
||||
|
||||
// Baremetal is currently disabled
|
||||
/*
|
||||
addProviderToPhysicalNetwork(physicalNetworkId, "BaremetalDhcpProvider", null, null);
|
||||
addProviderToPhysicalNetwork(physicalNetworkId, "BaremetalPxeProvider", null, null);
|
||||
addProviderToPhysicalNetwork(physicalNetworkId, "BaremetaUserdataProvider", null, null);
|
||||
*/
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user