Merge branch 'geni-v3' of ssh://git.onelab.eu/git/sfa into geni-v3
[sfa.git] / config / default_config.xml
index 6aa3df9..de707b7 100644 (file)
@@ -118,9 +118,10 @@ Thierry Parmentelat
       <variablelist>
        <variable id="enabled" type="boolean">
          <name>Enable Slice Manager</name>
-         <value>true</value>
+         <value>false</value>
          <description>Allows this local SFA instance to run as a
-         slice manager.</description>
+         slice manager. Warning, this feature is not really supported
+         any longer.</description>
        </variable>
 
        <variable id="host" type="hostname">
@@ -342,6 +343,20 @@ Thierry Parmentelat
     </category>
 
     <!-- ======================================== -->
+    <category id="sfa_dummy">
+      <name></name>
+      <description>The settings for using SFA with a demmy testbed.</description>
+
+      <variablelist>
+        <variable id="url" type="string">
+          <name>XMLRPC URL</name>
+          <value>http://127.0.0.1:8080</value>
+          <description>URL for the Dummy Testbed xmlrpc API</description>
+        </variable>
+      </variablelist>
+    </category>
+
+    <!-- ======================================== -->
 
   </variables>