CS-14937: System VMs and Router VMs does not come up after upgrading from 3.0 to Bonita

Description:

	Reverting my earlier fix for bug 14937. The fix is
	not needed.
This commit is contained in:
Vijayendra Bhamidipati 2012-05-17 19:14:54 -07:00
parent 624312a830
commit 8d6bb176f4
1 changed files with 1 additions and 1 deletions

View File

@ -1479,7 +1479,7 @@ public class VmwareResource implements StoragePoolResource, ServerResource, Vmwa
s_logger.info("Prepare NIC device based on NicTO: " + _gson.toJson(nicTo));
Pair<ManagedObjectReference, String> networkInfo = prepareNetworkFromNicInfo(vmMo.getRunningHost(), nicTo);
if (_nexusVSwitch) {
if (mgr.getNexusVSwitchGlobalParameter()) {
String dvSwitchUuid;
ManagedObjectReference dcMor = hyperHost.getHyperHostDatacenter();
DatacenterMO dataCenterMo = new DatacenterMO(context, dcMor);