[Neo-report] r1941 gregory - in /trunk: README neo/neoctl/app.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 16 17:07:33 CET 2010


Author: gregory
Date: Tue Mar 16 17:07:32 2010
New Revision: 1941

Log:
Use only 'start' command to start the NEO cluster.

Modified:
    trunk/README
    trunk/neo/neoctl/app.py

Modified: trunk/README
==============================================================================
--- trunk/README [iso-8859-1] (original)
+++ trunk/README [iso-8859-1] Tue Mar 16 17:07:32 2010
@@ -58,7 +58,7 @@
 
     d. Tell the cluster it can provide service.
 
-       neoctl start cluster
+       neoctl start
 
 How to use
 

Modified: trunk/neo/neoctl/app.py
==============================================================================
--- trunk/neo/neoctl/app.py [iso-8859-1] (original)
+++ trunk/neo/neoctl/app.py [iso-8859-1] Tue Mar 16 17:07:32 2010
@@ -30,9 +30,7 @@
         'node': 'setNodeState',
         'cluster': 'setClusterState',
     },
-    'start': {
-        'cluster': 'startCluster',
-    },
+    'start': 'startCluster',
     'add': 'enableStorageList',
     'drop': 'dropNode',
 }





More information about the Neo-report mailing list