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

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

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2135 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 73281ff8
......@@ -59,6 +59,7 @@ class IdentificationHandler(EventHandler):
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
......
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