- commit
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 2 Oct 2006 20:50:58 +0000 (20:50 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 2 Oct 2006 20:50:58 +0000 (20:50 +0000)
PLC/Methods/AdmAddNode.py

index 2f9afb7..872a04a 100644 (file)
@@ -61,6 +61,6 @@ class AdmAddNode(Method):
         node['hostname'] = hostname
         node['boot_state'] = boot_state
         node['site_id'] = site['site_id']
-        node.sync(commit = False)
+        node.sync()
 
         return node['node_id']