Revision 848cdc34 lib/opcodes.py

b/lib/opcodes.py
1374 1374
    ("src_path", None, ht.TMaybeString, "Source directory for import"),
1375 1375
    ("start", True, ht.TBool, "Whether to start instance after creation"),
1376 1376
    ("tags", ht.EmptyList, ht.TListOf(ht.TNonEmptyString), "Instance tags"),
1377
    ("hotplug", None, ht.TMaybeBool, "Whether to hotplug devices"),
1377 1378
    ]
1378 1379
  OP_RESULT = ht.Comment("instance nodes")(ht.TListOf(ht.TNonEmptyString))
1379 1380

  
......
1767 1768
     "Whether to wait for the disk to synchronize, when changing template"),
1768 1769
    ("offline", None, ht.TMaybeBool, "Whether to mark instance as offline"),
1769 1770
    ("conflicts_check", True, ht.TBool, "Check for conflicting IPs"),
1771
    ("hotplug", None, ht.TMaybeBool, "Whether to hotplug devices"),
1770 1772
    ]
1771 1773
  OP_RESULT = _TSetParamsResult
1772 1774

  

Also available in: Unified diff