Jonathan Hart

Bug fix for XOS integration

Change-Id: I51213df3304e9ee820da2d3f77e92b30a1473954
......@@ -152,6 +152,7 @@ public class OnosXOSIntegrationManager implements VoltTenantService {
nodeToPort.put("cordcompute02.onlab.us", new ConnectPoint(FABRIC_DEVICE_ID,
PortNumber.portNumber(3)));
portToVlan = Maps.newHashMap();
portToVlan.putIfAbsent(2L, (short) 201);
portToVlan.putIfAbsent(6L, (short) 401);
}
......