Rename OpPostInitCluster and LUPostInitCluster
[ganeti-local] / lib / client / gnt_cluster.py
index 3f45a5b..3b67ada 100644 (file)
@@ -145,7 +145,7 @@ def InitCluster(opts, args):
                         primary_ip_version=primary_ip_version,
                         prealloc_wipe_disks=opts.prealloc_wipe_disks,
                         )
-  op = opcodes.OpPostInitCluster()
+  op = opcodes.OpClusterPostInit()
   SubmitOpCode(op, opts=opts)
   return 0