Commit e2146ce6 authored by Grégory Wisniewski's avatar Grégory Wisniewski

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

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1941 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 598f5e29
...@@ -58,7 +58,7 @@ Installation ...@@ -58,7 +58,7 @@ Installation
d. Tell the cluster it can provide service. d. Tell the cluster it can provide service.
neoctl start cluster neoctl start
How to use How to use
......
...@@ -30,9 +30,7 @@ action_dict = { ...@@ -30,9 +30,7 @@ action_dict = {
'node': 'setNodeState', 'node': 'setNodeState',
'cluster': 'setClusterState', 'cluster': 'setClusterState',
}, },
'start': { 'start': 'startCluster',
'cluster': 'startCluster',
},
'add': 'enableStorageList', 'add': 'enableStorageList',
'drop': 'dropNode', 'drop': 'dropNode',
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment