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

Description:

	Putting in fix for bug 14937. Please note however,
	that this fix may be modified later.
This commit is contained in:
Vijayendra Bhamidipati 2012-05-17 18:10:54 -07:00
parent 3ad0ea93a6
commit 099ed1af6c
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 (mgr.getNexusVSwitchGlobalParameter()) {
if (_nexusVSwitch) {
String dvSwitchUuid;
ManagedObjectReference dcMor = hyperHost.getHyperHostDatacenter();
DatacenterMO dataCenterMo = new DatacenterMO(context, dcMor);