Revision 8e1c6109 lib/opcodes.py

b/lib/opcodes.py
1720 1720
     "Whether to wait for the disk to synchronize, when changing template"),
1721 1721
    ("offline", None, ht.TMaybeBool, "Whether to mark instance as offline"),
1722 1722
    ("conflicts_check", True, ht.TBool, "Check for conflicting IPs"),
1723
    ("hotplug", False, ht.TBool, "Whether to hotplug device"),
1724
    ("hotplug_if_possible", False, ht.TBool, "If possible then hotplug device"),
1723 1725
    ]
1724 1726
  OP_RESULT = _TSetParamsResult
1725 1727

  

Also available in: Unified diff