somebody on the list pointed out that this should get started after the network
[myplc.git] / default_config.xml
index b8a2b66..726749b 100644 (file)
@@ -664,13 +664,29 @@ $URL$
         <!-- omf-slicemgr -->
         <variable id="slicemgr_url" type="string">
           <name>OMF Slicemgr URL</name>
-          <value>http://localhost.localdomain:5053/</value>
+          <value>http://localhost.localdomain:5053</value>
           <description>.</description>
         </variable>
 
       </variablelist>
     </category>
 
+    <category id="plc_reservation">
+      <name> Reservable Nodes</name>
+      <description> Settings related to reservable nodes </description>
+
+      <variablelist>
+       <variable id="granularity" type="int">
+         <name>Lease granularity</name>
+         <value>3600</value>
+         <description>The smallest timeslot that can be allocated to
+         a node. All leases will be rounded to this granularity, so
+         e.g. if you set 3600 all leases will start and stop at round
+         hours.</description>
+       </variable>
+      </variablelist>
+    </category>
+
     <category id="plc_planetflow">
       <name>PlanetFlow Service Configuration</name>
       <description>Planetflow service definitions used in the netflow slice. </description>