[Neo-report] r2135 gregory - /trunk/neo/storage/handlers/identification.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 7 14:33:42 CEST 2010


Author: gregory
Date: Mon Jun  7 14:33:42 2010
New Revision: 2135

Log:
Fix: bind node and connection together in storage identification handler.

Modified:
    trunk/neo/storage/handlers/identification.py

Modified: trunk/neo/storage/handlers/identification.py
==============================================================================
--- trunk/neo/storage/handlers/identification.py [iso-8859-1] (original)
+++ trunk/neo/storage/handlers/identification.py [iso-8859-1] Mon Jun  7 14:33:42 2010
@@ -59,6 +59,7 @@
         conn.setHandler(handler)
         conn.setUUID(uuid)
         node.setUUID(uuid)
+        node.setConnection(conn)
         args = (NodeTypes.STORAGE, app.uuid, app.pt.getPartitions(),
             app.pt.getReplicas(), uuid)
         # accept the identification and trigger an event





More information about the Neo-report mailing list