Bug 8208 - bare metal provisioning

throw exception when pxe server is not per pod
This commit is contained in:
Frank 2011-03-08 10:05:58 -08:00
parent 7fa053370e
commit 5517046a66
1 changed files with 1 additions and 2 deletions

View File

@ -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."