Revision 9c5885e2 lib/opcodes.py

b/lib/opcodes.py
502 502
  """Rename an instance."""
503 503
  OP_ID = "OP_INSTANCE_RENAME"
504 504
  __slots__ = [
505
    "instance_name", "ignore_ip", "new_name",
505
    "instance_name", "ignore_ip", "new_name", "check_name",
506 506
    ]
507 507

  
508 508

  

Also available in: Unified diff