Revision 5fbbd028 lib/opcodes.py

b/lib/opcodes.py
363 363
  """
364 364
  OP_ID = "OP_NODE_ADD"
365 365
  OP_DSC_FIELD = "node_name"
366
  __slots__ = ["node_name", "primary_ip", "secondary_ip", "readd"]
366
  __slots__ = ["node_name", "primary_ip", "secondary_ip", "readd", "nodegroup"]
367 367

  
368 368

  
369 369
class OpQueryNodes(OpCode):

Also available in: Unified diff