Use environment variables for OLM timers
[transportpce.git] / olm / src / main / resources / OSGI-INF / blueprint / olm-blueprint.xml
index 10ef220e0edf39425c85d9ed9ca3c5504ff2b4d1..dee2972ff9576364112e86fee5e8a8982fee0e24 100644 (file)
@@ -12,10 +12,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0"
       odl:use-default-for-reference-types="true">
 
-    <cm:property-placeholder persistent-id="org.opendaylight.transportpce.olm" update-strategy="reload">
+    <cm:property-placeholder persistent-id="org.opendaylight.transportpce" update-strategy="reload">
         <cm:default-properties>
-            <cm:property name="timer1" value="120000" />
-            <cm:property name="timer2" value="20000" />
+            <cm:property name="timer1" value="" />
+            <cm:property name="timer2" value="" />
             <!--The following values are used to speed-up tests with simulators without convergence times-->
             <!--cm:property name="timer1" value="3000" /-->
             <!--cm:property name="timer2" value="2000" /-->