NEUTRON-208: Neutronvpn changes for BGPVPN network and router association
[netvirt.git] / neutronvpn / api / src / main / java / org / opendaylight / netvirt / neutronvpn / api / utils / NeutronConstants.java
index d50ebb1f2ad205862b3458191997d07e62c1f26b..35a19c827629a95698e4689773a8f9f52c5ea8c3 100644 (file)
@@ -44,5 +44,6 @@ public interface NeutronConstants {
     Predicate<Port> IS_ODL_DHCP_PORT = port -> port != null
             && DEVICE_OWNER_DHCP.equals(port.getDeviceOwner()) && port.getDeviceId() != null
             && port.getDeviceId().startsWith("OpenDaylight");
+    long LOCK_WAIT_TIME = 10L;
 
 }