Revision 4fe5cf90 lib/opcodes.py

b/lib/opcodes.py
740 740
  __slots__ = ["group_name"]
741 741

  
742 742

  
743
class OpRenameGroup(OpCode):
744
  """Rename a node group in the cluster."""
745
  OP_ID = "OP_GROUP_RENAME"
746
  OP_DSC_FIELD = "old_name"
747
  __slots__ = ["old_name", "new_name"]
748

  
749

  
743 750
# OS opcodes
744 751
class OpDiagnoseOS(OpCode):
745 752
  """Compute the list of guest operating systems."""

Also available in: Unified diff