Revision b5f5fae9 lib/mcpu.py

b/lib/mcpu.py
42 42
  """Object which runs OpCodes"""
43 43
  DISPATCH_TABLE = {
44 44
    # Cluster
45
    opcodes.OpPostInitCluster: cmdlib.LUPostInitCluster,
45 46
    opcodes.OpDestroyCluster: cmdlib.LUDestroyCluster,
46 47
    opcodes.OpQueryClusterInfo: cmdlib.LUQueryClusterInfo,
47 48
    opcodes.OpVerifyCluster: cmdlib.LUVerifyCluster,

Also available in: Unified diff