mirror of https://github.com/apache/cloudstack.git
Bug 8208 - bare metal provisioning
throw exception when pxe server is not per pod
This commit is contained in:
parent
7fa053370e
commit
5517046a66
|
|
@ -2624,8 +2624,7 @@ public class AgentManagerImpl implements AgentManager, HandlerFactory,
|
|||
if (p == null) {
|
||||
if (type != Host.Type.SecondaryStorage
|
||||
&& type != Host.Type.ExternalFirewall
|
||||
&& type != Host.Type.ExternalLoadBalancer
|
||||
&& type != Host.Type.PxeServer) {
|
||||
&& type != Host.Type.ExternalLoadBalancer) {
|
||||
|
||||
/*
|
||||
* s_logger.info("Unable to find the pod so we are creating one."
|
||||
|
|
|
|||
Loading…
Reference in New Issue