bug 10062: reverting the change as the error can be due to several factors in deployment of domain router

This commit is contained in:
Abhinandan Prateek 2011-06-23 10:56:21 +05:30
parent ec366cef27
commit 4922eda764

View File

@ -703,7 +703,7 @@ public class VirtualMachineManagerImpl implements VirtualMachineManager, Listene
}
}
if (dest == null) {
throw new InsufficientServerCapacityException("Unable to create a deployment for " + vmProfile + " due to lack of VLAN available.", DataCenter.class, plan.getDataCenterId());
throw new InsufficientServerCapacityException("Unable to create a deployment for " + vmProfile, DataCenter.class, plan.getDataCenterId());
}
}