From 0de37756493dd3c54cbf1149778e07f246ec269e Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Wed, 22 Jul 2009 15:03:30 +0000
Subject: [PATCH] Remove default cluster name. Remove TODO entry.

git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@923 71dcc9de-d417-0410-9af5-da40c76e7ee4
---
 TODO     | 4 ----
 neo.conf | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/TODO b/TODO
index 5550586f..aa50ec98 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,5 @@
 RC = Release Critical (for next release)
 
-  General
-RC  - Don't provide a default cluster name in configuration
-      To avoid lazy admin naming 2 clusters on the same net with the same name
-
   Documentation
     - Clarify node state signification, and consider renaming them in the code.
       Ideas:
diff --git a/neo.conf b/neo.conf
index 759d2b50..927f3a80 100644
--- a/neo.conf
+++ b/neo.conf
@@ -1,7 +1,7 @@
 # Default parameters.
 [DEFAULT]
 # The cluster name
-name: main
+name: 
 # The list of master nodes.
 master_nodes: 127.0.0.1:10010 127.0.0.1:10011
 # Partition table configuration
-- 
2.30.9