Revision 6a1e009c lib/opcodes.py

b/lib/opcodes.py
1314 1314
    ("src_path", None, ht.TMaybeString, "Source directory for import"),
1315 1315
    ("start", True, ht.TBool, "Whether to start instance after creation"),
1316 1316
    ("tags", ht.EmptyList, ht.TListOf(ht.TNonEmptyString), "Instance tags"),
1317
    ("hotplug", None, ht.TMaybeBool, "Whether to hotplug devices"),
1317 1318
    ]
1318 1319
  OP_RESULT = ht.Comment("instance nodes")(ht.TListOf(ht.TNonEmptyString))
1319 1320

  
......
1680 1681
     "Whether to wait for the disk to synchronize, when changing template"),
1681 1682
    ("offline", None, ht.TMaybeBool, "Whether to mark instance as offline"),
1682 1683
    ("conflicts_check", True, ht.TBool, "Check for conflicting IPs"),
1684
    ("hotplug", None, ht.TMaybeBool, "Whether to hotplug devices"),
1683 1685
    ]
1684 1686
  OP_RESULT = _TSetParamsResult
1685 1687

  

Also available in: Unified diff