Jonathan Hart

Bug fix for XOS integration

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