Fix delete of Logical_Switch for the "referential integrity violation" failure.
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-impl / src / main / java / org / opendaylight / ovsdb / hwvtepsouthbound / HwvtepSouthboundConstants.java
index c0afe20b5845103c37de47975d81bcf57ccdf0a4..c42be5bc953b2d465417da4d6b42663d1b7b3f47 100644 (file)
@@ -55,5 +55,7 @@ public interface HwvtepSouthboundConstants {
             "config.node.update.max.delay.ms", 10000);
     int EOS_TIMEOUT = Integer.getInteger("hwvtep.eos.timeout.delay.secs", 240);
     int CHAIN_RETRY_COUNT = 10;
+    long LS_REMOVE_DELAY_SECS = 5;
+    int LS_REMOVE_RETRIES = 10;
 
 }